Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Draw_usrreq.c161 if (cmd < 0 || cmd >= PRC_NCMDS) { in raw_ctlinput()
/xnu-11417.101.15/bsd/netinet/
H A Din_var.h256 extern u_char inetctlerrmap[PRC_NCMDS];
H A Dtcp_subr.c2465 if ((unsigned)cmd >= PRC_NCMDS) { in tcp_ctlinput()
2598 if ((unsigned)cmd >= PRC_NCMDS) { in tcp6_ctlinput()
H A Dudp_usrreq.c972 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) { in udp_ctlinput()
H A Dip_input.c3365 u_char inetctlerrmap[PRC_NCMDS] = {
/xnu-11417.101.15/bsd/sys/
H A Dprotosw.h107 #define PRC_NCMDS 22 macro
/xnu-11417.101.15/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 Draw_ip6.c325 if ((unsigned)cmd >= PRC_NCMDS) { in rip6_ctlinput()
H A Dudp6_usrreq.c707 if ((unsigned)cmd >= PRC_NCMDS) { in udp6_ctlinput()
H A Din6_pcb.c1134 if ((unsigned)cmd >= PRC_NCMDS || dst->sa_family != AF_INET6) { in in6_pcbnotify()
H A Dip6_input.c2457 u_char inet6ctlerrmap[PRC_NCMDS] = {
H A Desp_input.c1634 if ((unsigned)cmd >= PRC_NCMDS) { in esp6_ctlinput()
H A Dicmp6.c933 code = PRC_NCMDS; in icmp6_input()