Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDraw_usrreq.c126 if (cmd < 0 || cmd >= PRC_NCMDS) in raw_ctlinput()
/NextBSD/sys/sys/
HDprotosw.h300 #define PRC_NCMDS 22 macro
/NextBSD/sys/netinet6/
HDraw_ip6.c350 if ((unsigned)cmd >= PRC_NCMDS) in rip6_ctlinput()
HDin6_pcb.c598 if ((unsigned)cmd >= PRC_NCMDS || dst->sa_family != AF_INET6) in in6_pcbnotify()
HDsctp6_usrreq.c363 if ((unsigned)cmd >= PRC_NCMDS) in sctp6_ctlinput()
HDudp6_usrreq.c519 if ((unsigned)cmd >= PRC_NCMDS) in udp6_common_ctlinput()
HDip6_input.c1729 u_char inet6ctlerrmap[PRC_NCMDS] = {
HDicmp6.c905 code = PRC_NCMDS; in icmp6_input()
/NextBSD/sys/netipsec/
HDipsec_input.c847 if ((unsigned)cmd >= PRC_NCMDS) in esp6_ctlinput()
/NextBSD/sys/netinet/
HDip_input.c881 u_char inetctlerrmap[PRC_NCMDS] = {
HDtcp_subr.c1864 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) in tcp_ctlinput()
1960 ((unsigned)cmd >= PRC_NCMDS || inet6ctlerrmap[cmd] == 0)) in tcp6_ctlinput()
HDudp_usrreq.c778 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) in udp_common_ctlinput()
HDsctp_usrreq.c324 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) {