Searched refs:ip6po_nexthop (Results 1 – 3 of 3) sorted by relevance
864 dst = (struct sockaddr_in6 *)opt->ip6po_nexthop; in ip6_output()2472 if (opt->ip6po_pktinfo || opt->ip6po_nexthop || in ip6_pcbopts()2624 GET_PKTOPT_SOCKADDR(ip6po_nexthop); in ip6_getpcbopt()2686 if (pktopt->ip6po_nexthop) in ip6_clearpktopts()2687 free(pktopt->ip6po_nexthop, M_IP6OPT); in ip6_clearpktopts()2688 pktopt->ip6po_nexthop = NULL; in ip6_clearpktopts()2752 if (src->ip6po_nexthop) { in copypktopts()2753 dst->ip6po_nexthop = malloc(src->ip6po_nexthop->sa_len, in copypktopts()2755 if (dst->ip6po_nexthop == NULL) in copypktopts()2757 bcopy(src->ip6po_nexthop, dst->ip6po_nexthop, in copypktopts()[all …]
653 if (opts && opts->ip6po_nexthop) { in lookup_route()655 struct sockaddr_in6 *sin6_next = satosin6(opts->ip6po_nexthop); in lookup_route()
130 #define ip6po_nexthop ip6po_nhinfo.ip6po_nhi_nexthop macro