OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip6po_nexthop
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet6/
ip6_output.c
2049
if (opt->ip6po_pktinfo || opt->
ip6po_nexthop
||
2188
if (pktopt && pktopt->
ip6po_nexthop
) {
2189
optdata = (void *)pktopt->
ip6po_nexthop
;
2190
optdatalen = pktopt->
ip6po_nexthop
->sa_len;
2241
if (pktopt->
ip6po_nexthop
)
2242
free(pktopt->
ip6po_nexthop
, M_IP6OPT);
2243
pktopt->
ip6po_nexthop
= NULL;
2294
if (src->
ip6po_nexthop
) {
2295
dst->
ip6po_nexthop
= malloc(src->
ip6po_nexthop
->sa_len
[
all
...]
ip6_var.h
101
#define
ip6po_nexthop
ip6po_nhinfo.ip6po_nhi_nexthop
macro
in6_src.c
642
if (opts && opts->
ip6po_nexthop
) {
646
sin6_next = satosin6(opts->
ip6po_nexthop
);
Completed in 33 milliseconds
Indexes created Wed Oct 29 07:09:46 GMT 2025