OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reghdr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet6/
ip6_mroute.c
1740
* PIM6_REG_MINLEN == pimhdr +
reghdr
+ eip6hdr == 4 + 4 + 40
1806
u_int32_t *
reghdr
;
local in function:pim6_input
1821
reghdr
= (u_int32_t *)(pim + 1);
1823
if ((ntohl(*
reghdr
) & PIM_NULL_REGISTER))
1843
eip6 = (struct ip6_hdr *)(
reghdr
+ 1);
/src/sys/netinet/
ip_mroute.c
2980
* PIM_REG_MINLEN == pimhdr +
reghdr
+ encap_iphdr == 4 + 4 + 20 = 28
3044
u_int32_t *
reghdr
;
local in function:pim_input
3073
reghdr
= (u_int32_t *)(pim + 1);
3074
encap_ip = (struct ip *)(
reghdr
+ 1);
3115
if ((ntohl(*
reghdr
) & PIM_NULL_REGISTER))
3141
* outer_iphdr + pimhdr +
reghdr
+ encap_iphdr
Completed in 14 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025