PRC_NCMDS         142 net/raw_usrreq.c 	if (cmd < 0 || cmd >= PRC_NCMDS)
PRC_NCMDS        1408 netinet/ip_input.c int inetctlerrmap[PRC_NCMDS] = {
PRC_NCMDS         719 netinet/tcp_subr.c 	if ((unsigned)cmd >= PRC_NCMDS)
PRC_NCMDS         829 netinet/tcp_subr.c 	if ((unsigned)cmd >= PRC_NCMDS)
PRC_NCMDS         686 netinet/udp_usrreq.c 	if ((unsigned)cmd >= PRC_NCMDS)
PRC_NCMDS         845 netinet/udp_usrreq.c 	if ((unsigned)cmd >= PRC_NCMDS)
PRC_NCMDS         864 netinet6/icmp6.c 			code = PRC_NCMDS;
PRC_NCMDS         151 netinet6/in6_pcb.c u_char inet6ctlerrmap[PRC_NCMDS] = {
PRC_NCMDS         510 netinet6/in6_pcb.c 	if ((unsigned)cmd >= PRC_NCMDS || dst->sa_family != AF_INET6)
PRC_NCMDS        1450 netinet6/ip6_input.c u_char	inet6ctlerrmap[PRC_NCMDS] = {
PRC_NCMDS         272 netinet6/raw_ip6.c 	if ((unsigned)cmd >= PRC_NCMDS)