OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ip6e_rthdr
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet6/
ip6_output.c
115
struct mbuf *
ip6e_rthdr
;
member in struct:ip6_exthdrs
271
MAKE_EXTHDR(opt->ip6po_rthdr, &exthdrs.
ip6e_rthdr
);
285
if (exthdrs.
ip6e_rthdr
)
286
optlen += exthdrs.
ip6e_rthdr
->m_len;
412
MAKE_CHAIN(exthdrs.
ip6e_rthdr
, mprev, nexthdrp,
426
if (exthdrs.
ip6e_rthdr
) {
429
rh = mtod(exthdrs.
ip6e_rthdr
, struct ip6_rthdr *);
922
if (exthdrs.
ip6e_rthdr
) {
923
nextproto = *mtod(exthdrs.
ip6e_rthdr
, u_char *);
924
*mtod(exthdrs.
ip6e_rthdr
, u_char *) = IPPROTO_FRAGMENT
[
all
...]
Completed in 39 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025