Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Draw_usrreq.c162 if (cmd < 0 || cmd >= PRC_NCMDS) { in raw_ctlinput()
/xnu-8020.101.4/bsd/sys/
H A Dprotosw.h105 #define PRC_NCMDS 22 macro
/xnu-8020.101.4/bsd/netinet6/
H A Dah_input.c972 if ((unsigned)cmd >= PRC_NCMDS) { in ah6_ctlinput()
H A Dudp6_usrreq.c676 if ((unsigned)cmd >= PRC_NCMDS) { in udp6_ctlinput()
H A Draw_ip6.c314 if ((unsigned)cmd >= PRC_NCMDS) { in rip6_ctlinput()
H A Din6_pcb.c1090 if ((unsigned)cmd >= PRC_NCMDS || dst->sa_family != AF_INET6) { in in6_pcbnotify()
H A Desp_input.c1614 if ((unsigned)cmd >= PRC_NCMDS) { in esp6_ctlinput()
H A Dip6_input.c2380 u_char inet6ctlerrmap[PRC_NCMDS] = {
H A Dicmp6.c901 code = PRC_NCMDS; in icmp6_input()
/xnu-8020.101.4/bsd/netinet/
H A Dtcp_subr.c2414 if ((unsigned)cmd >= PRC_NCMDS) { in tcp_ctlinput()
2547 if ((unsigned)cmd >= PRC_NCMDS) { in tcp6_ctlinput()
H A Dudp_usrreq.c910 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) { in udp_ctlinput()
H A Dip_input.c3314 u_char inetctlerrmap[PRC_NCMDS] = {