Searched defs:nh_addr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c289 ipaddr_t *nh_addr; local
291 nh_addr = malloc(sizeof (ipaddr_t));
292 IN6_V4MAPPED_TO_IPADDR(&param->srv_addr, *nh_addr);
293 *next_hop = nh_addr;
295 struct sockaddr_in6 *nh_addr; local
297 nh_addr = malloc(sizeof (*nh_addr));
298 nh_addr->sin6_family = AF_INET6;
299 nh_addr->sin6_addr = param->srv_addr;
300 nh_addr
[all...]
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.h331 * nh_addr: host's address (either IPv4 or IPv6).
358 struct netbuf nh_addr; /* (c) */ member in struct:nlm_host

Completed in 317 milliseconds