HomeSort by: relevance | last modified time | path
    Searched refs:PRC_NCMDS (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/net/
raw_usrreq.c 124 if ((unsigned)cmd >= PRC_NCMDS)
  /src/sys/netipsec/
ipsec_netbsd.c 98 if ((unsigned)cmd >= PRC_NCMDS)
141 if ((unsigned)cmd >= PRC_NCMDS)
187 if ((unsigned)cmd >= PRC_NCMDS)
266 if ((unsigned)cmd >= PRC_NCMDS)
ipsecif.c 1020 if ((unsigned)cmd >= PRC_NCMDS)
  /src/sys/sys/
protosw.h 201 #define PRC_NCMDS 21
  /src/sys/netinet6/
in6_gif.c 481 if ((unsigned)cmd >= PRC_NCMDS)
in6_pcb.c 614 if ((unsigned)cmd >= PRC_NCMDS || dst->sa_family != AF_INET6)
raw_ip6.c 281 if ((unsigned)cmd >= PRC_NCMDS)
sctp6_usrreq.c 414 if ((unsigned)cmd >= PRC_NCMDS)
ip6_input.c 1541 const u_char inet6ctlerrmap[PRC_NCMDS] = {
udp6_usrreq.c 206 if ((unsigned)cmd >= PRC_NCMDS)
icmp6.c 914 code = PRC_NCMDS;
  /src/sys/netinet/
raw_ip.c 270 if ((unsigned)cmd >= PRC_NCMDS)
tcp_subr.c 1288 if ((unsigned)cmd >= PRC_NCMDS)
1399 if ((unsigned)cmd >= PRC_NCMDS)
udp_usrreq.c 663 if ((unsigned)cmd >= PRC_NCMDS)
ip_encap.c 724 if ((unsigned)cmd >= PRC_NCMDS)
ip_input.c 1293 const int inetctlerrmap[PRC_NCMDS] = {
dccp_usrreq.c 946 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0)
sctp_usrreq.c 429 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) {
  /src/sys/netcan/
can.c 837 if ((unsigned)cmd >= PRC_NCMDS)

Completed in 31 milliseconds