Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ftable.c626 in6_addr_t *nexthop6; in ipfil_sendpkt() local
628 nexthop6 = &((struct sockaddr_in6 *)dst_addr)->sin6_addr; in ipfil_sendpkt()
629 if (!IN6_ARE_ADDR_EQUAL(nexthop6, &ip6h->ip6_dst)) { in ipfil_sendpkt()
631 ixas.ixa_nexthop_v6 = *nexthop6; in ipfil_sendpkt()