Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Draw_usrreq.c161 if (cmd < 0 || cmd >= PRC_NCMDS) { in raw_ctlinput()
/xnu-12377.41.6/bsd/netinet/
H A Din_var.h256 extern u_char inetctlerrmap[PRC_NCMDS];
H A Dtcp_subr.c2699 if ((unsigned)cmd >= PRC_NCMDS) { in tcp_ctlinput()
2832 if ((unsigned)cmd >= PRC_NCMDS) { in tcp6_ctlinput()
H A Dip_input.c2962 u_char inetctlerrmap[PRC_NCMDS] = {
H A Dudp_usrreq.c1016 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) { in udp_ctlinput()
/xnu-12377.41.6/bsd/sys/
H A Dprotosw.h107 #define PRC_NCMDS 22 macro
/xnu-12377.41.6/bsd/netinet6/
H A Dah_input.c981 if ((unsigned)cmd >= PRC_NCMDS) { in ah6_ctlinput()
H A Din6_var.h854 extern u_char inet6ctlerrmap[PRC_NCMDS];
H A Dudp6_usrreq.c712 if ((unsigned)cmd >= PRC_NCMDS) { in udp6_ctlinput()
H A Draw_ip6.c328 if ((unsigned)cmd >= PRC_NCMDS) { in rip6_ctlinput()
H A Din6_pcb.c1134 if ((unsigned)cmd >= PRC_NCMDS || dst->sa_family != AF_INET6) { in in6_pcbnotify()
H A Dip6_input.c2490 u_char inet6ctlerrmap[PRC_NCMDS] = {
H A Desp_input.c1634 if ((unsigned)cmd >= PRC_NCMDS) { in esp6_ctlinput()
H A Dicmp6.c935 code = PRC_NCMDS; in icmp6_input()