Home
last modified time | relevance | path

Searched refs:PRC_NCMDS (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/sys/netipsec/
H A Dipsec_netbsd.c98 if ((unsigned)cmd >= PRC_NCMDS) in ah4_ctlinput()
141 if ((unsigned)cmd >= PRC_NCMDS) in esp4_ctlinput()
187 if ((unsigned)cmd >= PRC_NCMDS) in ah6_ctlinput()
266 if ((unsigned)cmd >= PRC_NCMDS) in esp6_ctlinput()
H A Dipsecif.c1020 if ((unsigned)cmd >= PRC_NCMDS) in ipsecif6_ctlinput()
/netbsd-src/sys/net/
H A Draw_usrreq.c124 if ((unsigned)cmd >= PRC_NCMDS) in raw_ctlinput()
/netbsd-src/sys/sys/
H A Dprotosw.h201 #define PRC_NCMDS 21 macro
/netbsd-src/sys/netinet6/
H A Din6_gif.c481 if ((unsigned)cmd >= PRC_NCMDS) in in6_gif_ctlinput()
H A Draw_ip6.c281 if ((unsigned)cmd >= PRC_NCMDS) in rip6_ctlinput()
H A Din6_pcb.c614 if ((unsigned)cmd >= PRC_NCMDS || dst->sa_family != AF_INET6) in in6pcb_notify()
H A Dsctp6_usrreq.c414 if ((unsigned)cmd >= PRC_NCMDS) in sctp6_ctlinput()
H A Dudp6_usrreq.c206 if ((unsigned)cmd >= PRC_NCMDS) in udp6_ctlinput()
H A Dip6_input.c1541 const u_char inet6ctlerrmap[PRC_NCMDS] = {
H A Dicmp6.c914 code = PRC_NCMDS; in _icmp6_input()
/netbsd-src/sys/netinet/
H A Draw_ip.c270 if ((unsigned)cmd >= PRC_NCMDS) in rip_ctlinput()
H A Dtcp_subr.c1288 if ((unsigned)cmd >= PRC_NCMDS) in tcp6_ctlinput()
1399 if ((unsigned)cmd >= PRC_NCMDS) in tcp_ctlinput()
H A Dip_encap.c724 if ((unsigned)cmd >= PRC_NCMDS) in encap6_ctlinput()
H A Dudp_usrreq.c663 if ((unsigned)cmd >= PRC_NCMDS) in udp_ctlinput()
H A Dip_input.c1282 const int inetctlerrmap[PRC_NCMDS] = {
H A Ddccp_usrreq.c946 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) in dccp_ctlinput()
H A Dsctp_usrreq.c429 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) { in sctp_ctlinput()
/netbsd-src/sys/netcan/
H A Dcan.c837 if ((unsigned)cmd >= PRC_NCMDS)