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

/freebsd-10.0-release/sys/net/
H A Draw_usrreq.c126 if (cmd < 0 || cmd >= PRC_NCMDS)
/freebsd-10.0-release/sys/sys/
H A Dprotosw.h298 #define PRC_NCMDS 22 macro
/freebsd-10.0-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 Dsctp6_usrreq.c377 if ((unsigned)cmd >= PRC_NCMDS)
H A Dudp6_usrreq.c503 if ((unsigned)cmd >= PRC_NCMDS)
H A Dip6_input.c1880 u_char inet6ctlerrmap[PRC_NCMDS] = {
H A Dicmp6.c925 code = PRC_NCMDS;
/freebsd-10.0-release/sys/netipsec/
H A Dipsec_input.c792 if ((unsigned)cmd >= PRC_NCMDS)
/freebsd-10.0-release/sys/netinet/
H A Dtcp_subr.c1432 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0)
1528 ((unsigned)cmd >= PRC_NCMDS || inet6ctlerrmap[cmd] == 0))
H A Dip_input.c1344 u_char inetctlerrmap[PRC_NCMDS] = {
H A Dudp_usrreq.c682 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 169 milliseconds