OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip6_hbh
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/netinet6/
ip6_input.c
162
__CTASSERT(sizeof(struct
ip6_hbh
) == 2);
563
struct
ip6_hbh
*hbh;
597
IP6_EXTHDR_GET(hbh, struct
ip6_hbh
*, m, sizeof(struct ip6_hdr),
598
sizeof(struct
ip6_hbh
));
862
struct
ip6_hbh
*hbh;
865
IP6_EXTHDR_GET(hbh, struct
ip6_hbh
*, m,
866
sizeof(struct ip6_hdr), sizeof(struct
ip6_hbh
));
872
IP6_EXTHDR_GET(hbh, struct
ip6_hbh
*, m, sizeof(struct ip6_hdr),
880
hbhlen -= sizeof(struct
ip6_hbh
);
882
if (ip6_process_hopopts(m, (u_int8_t *)hbh + sizeof(struct
ip6_hbh
),
[
all
...]
ip6_var.h
108
struct
ip6_hbh
*ip6po_hbh; /* Hop-by-Hop options header */
mld6.c
167
struct
ip6_hbh
*hbh = (struct
ip6_hbh
*)hbh_buf;
ip6_output.c
1125
struct
ip6_hbh
*hbh;
1178
hbh = mtod(mopt, struct
ip6_hbh
*);
3036
struct
ip6_hbh
*hbh;
3056
if (len < sizeof(struct
ip6_hbh
))
3058
hbh = (struct
ip6_hbh
*)buf;
/src/sys/netinet/
ip6.h
142
struct
ip6_hbh
{
struct
/src/lib/libc/net/
ip6opt.c
572
optp = (uint8_t *)(void *)((struct
ip6_hbh
*)extbuf + 1);
623
optp = (uint8_t *)(void *)((struct
ip6_hbh
*)extbuf + 1);
/src/sbin/ping6/
ping6.c
1605
struct
ip6_hbh
*ext;
1615
ext = (struct
ip6_hbh
*)extbuf;
2345
hlen = (((struct
ip6_hbh
*)cp)->ip6h_len+1) << 3;
2346
nh = ((struct
ip6_hbh
*)cp)->ip6h_nxt;
/src/sys/kern/
uipc_mbufdebug.c
671
struct
ip6_hbh
hbh;
Completed in 20 milliseconds
Indexes created Sun Oct 19 16:10:00 GMT 2025