OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xip6
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netipsec/
ipsecif.c
558
struct ip6_hdr *
xip6
;
local
560
if (m->m_len < sizeof(*
xip6
)) {
561
m = m_pullup(m, sizeof(*
xip6
));
565
xip6
= mtod(m, struct ip6_hdr *);
566
itos = (ntohl(
xip6
->ip6_flow) >> 20) & 0xff;
893
struct ip6_hdr *
xip6
;
local
895
if (M_UNWRITABLE(m, sizeof(*
xip6
))) {
896
m = m_pullup(m, sizeof(*
xip6
));
900
xip6
= mtod(m, struct ip6_hdr *);
902
ip6_ecn_egress(ECN_ALLOWED, &otos, &
xip6
->ip6_flow)
[
all
...]
/src/sys/netinet6/
ip6_input.c
1137
struct ip6_hdr *
xip6
= mtod(m, struct ip6_hdr *);
local
1138
if (
xip6
->ip6_nxt == IPPROTO_HOPOPTS) {
1144
xip6
->ip6_nxt);
1174
struct ip6_hdr *
xip6
= mtod(m, struct ip6_hdr *);
local
1175
int nxt =
xip6
->ip6_nxt, off = sizeof(struct ip6_hdr);
Completed in 15 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026