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

/freebsd-10.1-release/sys/net/
H A Draw_usrreq.c126 if (cmd < 0 || cmd >= PRC_NCMDS)
/freebsd-10.1-release/sys/sys/
H A Dprotosw.h298 #define PRC_NCMDS 22 macro
/freebsd-10.1-release/sys/netinet6/
H A Din6_pcb.c584 if ((unsigned)cmd >= PRC_NCMDS || dst->sa_family != AF_INET6)
H A Draw_ip6.c357 if ((unsigned)cmd >= PRC_NCMDS)
H A Dudp6_usrreq.c534 if ((unsigned)cmd >= PRC_NCMDS)
H A Dsctp6_usrreq.c377 if ((unsigned)cmd >= PRC_NCMDS)
H A Dip6_input.c1864 u_char inet6ctlerrmap[PRC_NCMDS] = {
H A Dicmp6.c925 code = PRC_NCMDS;
/freebsd-10.1-release/sys/netipsec/
H A Dipsec_input.c793 if ((unsigned)cmd >= PRC_NCMDS)
/freebsd-10.1-release/sys/netinet/
H A Dtcp_subr.c1433 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0)
1529 ((unsigned)cmd >= PRC_NCMDS || inet6ctlerrmap[cmd] == 0))
H A Dip_input.c1319 u_char inetctlerrmap[PRC_NCMDS] = {
H A Dudp_usrreq.c749 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0)
H A Dsctp_usrreq.c324 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) {

Completed in 183 milliseconds