OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextproto
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet6/
ip6_output.c
900
u_char
nextproto
;
local in function:ip6_output
923
nextproto
= *mtod(exthdrs.ip6e_rthdr, u_char *);
926
nextproto
= *mtod(exthdrs.ip6e_dest1, u_char *);
929
nextproto
= *mtod(exthdrs.ip6e_hbh, u_char *);
932
nextproto
= ip6->ip6_nxt;
985
ip6f->ip6f_nxt =
nextproto
;
ip6_output.c
900
u_char
nextproto
;
local in function:ip6_output
923
nextproto
= *mtod(exthdrs.ip6e_rthdr, u_char *);
926
nextproto
= *mtod(exthdrs.ip6e_dest1, u_char *);
929
nextproto
= *mtod(exthdrs.ip6e_hbh, u_char *);
932
nextproto
= ip6->ip6_nxt;
985
ip6f->ip6f_nxt =
nextproto
;
Completed in 25 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025