OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip6h_len
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
ip6.h
144
u_int8_t
ip6h_len
; /* length in units of 8 octets */
member in struct:ip6_hbh
/src/sbin/ping6/
ping6.c
1616
extlen = (ext->
ip6h_len
+ 1) * 8;
1618
(unsigned int)ext->
ip6h_len
, (unsigned long)extlen);
2345
hlen = (((struct ip6_hbh *)cp)->
ip6h_len
+1) << 3;
/src/sys/netinet6/
ip6_input.c
871
hbhlen = (hbh->
ip6h_len
+ 1) << 3;
1150
hbhlen = (hbh->
ip6h_len
+ 1) << 3;
mld6.c
171
hbh->
ip6h_len
= 0; /* (8 >> 3) - 1 */
ip6_output.c
1179
hbh->
ip6h_len
+= (JUMBOOPTLEN >> 3);
3059
hbhlen = (hbh->
ip6h_len
+ 1) << 3;
/src/sys/kern/
uipc_mbufdebug.c
707
hbhlen = (hbh.
ip6h_len
+ 1) << 3;
Completed in 39 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025