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

/darwin-on-arm/xnu/bsd/net/
H A Draw_usrreq.c175 if (cmd < 0 || cmd > PRC_NCMDS)
/darwin-on-arm/xnu/bsd/sys/
H A Dprotosw.h377 #define PRC_NCMDS 22 macro
/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_usrreq.c594 if ((unsigned)cmd >= PRC_NCMDS)
H A Dah_input.c1042 if ((unsigned)cmd >= PRC_NCMDS)
H A Din6_pcb.c794 if ((unsigned)cmd > PRC_NCMDS || dst->sa_family != AF_INET6)
H A Draw_ip6.c301 if ((unsigned)cmd >= PRC_NCMDS)
H A Desp_input.c1204 if ((unsigned)cmd >= PRC_NCMDS)
H A Dip6_input.c2101 u_char inet6ctlerrmap[PRC_NCMDS] = {
H A Dicmp6.c903 code = PRC_NCMDS;
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_subr.c1736 else if ((unsigned)cmd > PRC_NCMDS || inetctlerrmap[cmd] == 0)
1844 ((unsigned)cmd > PRC_NCMDS || inet6ctlerrmap[cmd] == 0))
H A Dudp_usrreq.c893 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0)
H A Dip_input.c2250 u_char inetctlerrmap[PRC_NCMDS] = {

Completed in 122 milliseconds