Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Dip6_output.c1346 dst = SIN6(opt->ip6po_nexthop); in ip6_output_list()
3242 if (opt->ip6po_pktinfo || opt->ip6po_nexthop || in ip6_pcbopts()
3358 if (pktopt && pktopt->ip6po_nexthop) { in ip6_getpcbopt()
3359 … sooptcopyout(sopt, (struct sockaddr *__indexable)pktopt->ip6po_nexthop, pktopt->ip6po_nexthop->sa… in ip6_getpcbopt()
3421 if (pktopt->ip6po_nexthop) { in ip6_clearpktopts()
3422 kfree_data_addr(pktopt->ip6po_nexthop); in ip6_clearpktopts()
3424 pktopt->ip6po_nexthop = NULL; in ip6_clearpktopts()
3492 if (src->ip6po_nexthop) { in copypktopts()
3493 dst->ip6po_nexthop = kalloc_data(src->ip6po_nexthop->sa_len, canwait); in copypktopts()
3494 if (dst->ip6po_nexthop == NULL && canwait == Z_NOWAIT) { in copypktopts()
[all …]
H A Dip6_var.h206 #define ip6po_nexthop ip6po_nhinfo.ip6po_nhi_nexthop macro
H A Din6_src.c1198 if (opts != NULL && opts->ip6po_nexthop != NULL) { in selectroute()
1201 sin6_next = satosin6(opts->ip6po_nexthop); in selectroute()
1313 if (opts != NULL && opts->ip6po_nexthop != NULL) { in selectroute()