Home
last modified time | relevance | path

Searched refs:dr_address (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c2072 if (bcmp((char *)&addr, (char *)&dr->dr_address, in router_lookup()
2100 dr->dr_address = addr; in router_create()
2134 inet_ntop(AF_INET6, (void *)&dr->dr_address, in router_delete()
2164 inet_ntop(AF_INET6, (void *)&dr->dr_address, in router_update_k()
2173 inet_ntop(AF_INET6, (void *)&dr->dr_address, in router_update_k()
2196 inet_ntop(AF_INET6, (void *)&dr->dr_address, in router_timer()
2212 inet_ntop(AF_INET6, (void *)&dr->dr_address, in router_timer()
2234 inet_ntop(AF_INET6, (void *)&dr->dr_address, in router_add_k()
2238 rta_gateway->sin6_addr = dr->dr_address; in router_add_k()
2278 inet_ntop(AF_INET6, (void *)&dr->dr_address, in router_delete_k()
[all …]
H A Dtables.h238 struct in6_addr dr_address; /* Used to identify the router */ member
H A Dmain.c1807 router.router_address = router_list->dr_address; in process_mibsock()