Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dprotosw.h213 #define PRC_NCMDS 21 macro
/openbsd/sys/netinet/
H A Dtcp_subr.c626 if ((unsigned)cmd >= PRC_NCMDS) in tcp6_ctlinput()
728 if ((unsigned)cmd >= PRC_NCMDS) in tcp_ctlinput()
H A Dudp_usrreq.c748 if ((unsigned)cmd >= PRC_NCMDS) in udp6_ctlinput()
896 if ((unsigned)cmd >= PRC_NCMDS) in udp_ctlinput()
H A Dip_input.c1525 const u_char inetctlerrmap[PRC_NCMDS] = {
/openbsd/sys/netinet6/
H A Din6_pcb.c438 if ((unsigned)cmd >= PRC_NCMDS) in in6_pcbnotify()
H A Draw_ip6.c314 if ((unsigned)cmd >= PRC_NCMDS) in rip6_ctlinput()
H A Dip6_input.c1433 const u_char inet6ctlerrmap[PRC_NCMDS] = {
H A Dicmp6.c734 code = PRC_NCMDS; in icmp6_input()