Searched refs:ip6po_nexthop (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_output.c1807 if (opt->ip6po_pktinfo || opt->ip6po_nexthop ||
1868 if (needfree && pktopt->ip6po_nexthop)
1869 FREE(pktopt->ip6po_nexthop, M_IP6OPT);
1870 pktopt->ip6po_nexthop = NULL;
1935 if (src->ip6po_nexthop) {
1936 dst->ip6po_nexthop = _MALLOC(src->ip6po_nexthop->sa_len,
1938 if (dst->ip6po_nexthop == NULL && canwait == M_NOWAIT)
1940 bcopy(src->ip6po_nexthop, dst->ip6po_nexthop,
[all...]
H A Din6_src.c223 if (opts && opts->ip6po_nexthop) {
224 sin6_next = satosin6(opts->ip6po_nexthop);
H A Dip6_var.h140 struct sockaddr *ip6po_nexthop; /* Next-hop address */ member in struct:ip6_pktopts
H A Din6_pcb.c619 if (opts && opts->ip6po_nexthop) {
620 sin6_next = satosin6(opts->ip6po_nexthop);

Completed in 20 milliseconds