Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Draw_usrreq.c128 if (cmd < 0 || cmd >= PRC_NCMDS) in raw_ctlinput()
/f-stack/tools/compat/include/sys/
H A Dprotosw.h301 #define PRC_NCMDS 22 macro
/f-stack/freebsd/sys/
H A Dprotosw.h304 #define PRC_NCMDS 22 macro
/f-stack/freebsd/netinet6/
H A Draw_ip6.c362 if ((unsigned)cmd >= PRC_NCMDS) in rip6_ctlinput()
H A Dsctp6_usrreq.c265 if ((unsigned)cmd >= PRC_NCMDS) { in sctp6_ctlinput()
H A Din6_pcb.c652 if ((unsigned)cmd >= PRC_NCMDS || dst->sa_family != AF_INET6) in in6_pcbnotify()
H A Dudp6_usrreq.c566 if ((unsigned)cmd >= PRC_NCMDS) in udp6_common_ctlinput()
H A Dip6_input.c1730 u_char inet6ctlerrmap[PRC_NCMDS] = {
H A Dicmp6.c859 code = PRC_NCMDS; in icmp6_input()
/f-stack/freebsd/netinet/
H A Dip_input.c924 u_char inetctlerrmap[PRC_NCMDS] = {
H A Dtcp_subr.c2488 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) in tcp_ctlinput()
2622 else if ((unsigned)cmd >= PRC_NCMDS || inet6ctlerrmap[cmd] == 0) in tcp6_ctlinput()
H A Dudp_usrreq.c806 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) in udp_common_ctlinput()
H A Dsctp_usrreq.c263 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) { in sctp_ctlinput()