Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/net/
Draw_usrreq.c126 if (cmd < 0 || cmd >= PRC_NCMDS) in raw_ctlinput()
/freebsd-9-stable/sys/sys/
Dprotosw.h290 #define PRC_NCMDS 22 macro
/freebsd-9-stable/sys/netipsec/
Dipsec_input.c793 if ((unsigned)cmd >= PRC_NCMDS) in esp6_ctlinput()
/freebsd-9-stable/sys/netinet6/
Draw_ip6.c351 if ((unsigned)cmd >= PRC_NCMDS) in rip6_ctlinput()
Din6_pcb.c586 if ((unsigned)cmd >= PRC_NCMDS || dst->sa_family != AF_INET6) in in6_pcbnotify()
Dudp6_usrreq.c498 if ((unsigned)cmd >= PRC_NCMDS) in udp6_ctlinput()
Dsctp6_usrreq.c377 if ((unsigned)cmd >= PRC_NCMDS) in sctp6_ctlinput()
Dip6_input.c1888 u_char inet6ctlerrmap[PRC_NCMDS] = {
Dicmp6.c936 code = PRC_NCMDS; in icmp6_input()
/freebsd-9-stable/sys/netinet/
Dtcp_subr.c1368 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) in tcp_ctlinput()
1465 ((unsigned)cmd >= PRC_NCMDS || inet6ctlerrmap[cmd] == 0)) in tcp6_ctlinput()
Dip_input.c1342 u_char inetctlerrmap[PRC_NCMDS] = {
Dudp_usrreq.c674 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) in udp_ctlinput()
Dsctp_usrreq.c324 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) {