OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inet6sw
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/netinet6/
ip6protosw.h
156
extern const struct ip6protosw
inet6sw
[];
in6_proto.c
266
const struct ip6protosw
inet6sw
[] = {
variable in typeref:struct:ip6protosw
490
.dom_protosw = (const struct protosw *)
inet6sw
,
491
.dom_protoswNPROTOSW = (const struct protosw *)&
inet6sw
[sizeof(
inet6sw
)/sizeof(
inet6sw
[0])],
ip6_input.c
193
ip6_protox[i] = pr -
inet6sw
;
198
ip6_protox[pr->pr_protocol] = pr -
inet6sw
;
752
if ((
inet6sw
[ip6_protox[nxt]].pr_flags
765
nxt = (*
inet6sw
[ip6_protox[nxt]].pr_input)(&m, &off, nxt);
icmp6.c
1107
ctlfunc =
inet6sw
[ip6_protox[nxt]].pr_ctlinput;
/src/sys/netipsec/
ipsec_input.c
582
if ((
inet6sw
[ip6_protox[nxt]].pr_flags & PR_LASTHDR) != 0 &&
595
nxt = (*
inet6sw
[ip6_protox[nxt]].pr_input)(&m, &skip, nxt);
Completed in 19 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026