Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Draw_usrreq.c162 if (cmd < 0 || cmd >= PRC_NCMDS) { in raw_ctlinput()
/xnu-10063.101.15/bsd/sys/
H A Dprotosw.h107 #define PRC_NCMDS 22 macro
/xnu-10063.101.15/bsd/netinet6/
H A Dah_input.c972 if ((unsigned)cmd >= PRC_NCMDS) { in ah6_ctlinput()
H A Dudp6_usrreq.c690 if ((unsigned)cmd >= PRC_NCMDS) { in udp6_ctlinput()
H A Draw_ip6.c324 if ((unsigned)cmd >= PRC_NCMDS) { in rip6_ctlinput()
H A Din6_pcb.c1135 if ((unsigned)cmd >= PRC_NCMDS || dst->sa_family != AF_INET6) { in in6_pcbnotify()
H A Dip6_input.c2433 u_char inet6ctlerrmap[PRC_NCMDS] = {
H A Desp_input.c1634 if ((unsigned)cmd >= PRC_NCMDS) { in esp6_ctlinput()
H A Dicmp6.c930 code = PRC_NCMDS; in icmp6_input()
/xnu-10063.101.15/bsd/netinet/
H A Dtcp_subr.c2449 if ((unsigned)cmd >= PRC_NCMDS) { in tcp_ctlinput()
2582 if ((unsigned)cmd >= PRC_NCMDS) { in tcp6_ctlinput()
H A Dudp_usrreq.c950 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) { in udp_ctlinput()
H A Dip_input.c3316 u_char inetctlerrmap[PRC_NCMDS] = {