OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip_protox
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/netipsec/
ipsec_input.c
427
if ((inetsw[
ip_protox
[prot]].pr_flags & PR_LASTHDR) != 0 &&
440
(*inetsw[
ip_protox
[prot]].pr_input)(m, skip, prot);
/src/sys/netinet/
in.h
431
extern u_char
ip_protox
[];
ip_input.c
284
ip_protox
[i] = pr - inetsw;
290
ip_protox
[pr->pr_protocol] = pr - inetsw;
784
(inetsw[
ip_protox
[ip->ip_p]].pr_flags & PR_LASTHDR) != 0) {
812
(*inetsw[
ip_protox
[nh]].pr_input)(m, off, nh);
in_proto.c
498
u_char
ip_protox
[IPPROTO_MAX];
variable
raw_ip.c
220
} else if (inetsw[
ip_protox
[ip->ip_p]].pr_input == rip_input) {
ip_icmp.c
539
ctlfunc = inetsw[
ip_protox
[icp->icmp_ip.ip_p]].pr_ctlinput;
/src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c
435
&inetsw[
ip_protox
[IPPROTO_IP]].pr_pfh);
460
&inetsw[
ip_protox
[IPPROTO_IPV6]].pr_pfh);
463
&inetsw[
ip_protox
[IPPROTO_IP]].pr_pfh);
610
&inetsw[
ip_protox
[IPPROTO_IP]].pr_pfh);
629
&inetsw[
ip_protox
[IPPROTO_IPV6]].pr_pfh);
Completed in 22 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026