Home
last modified time | relevance | path

Searched refs:badport_bandlim (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netinet/
H A Dicmp_var.h93 extern int badport_bandlim (int);
H A Dip_icmp.c787 if (badport_bandlim(BANDLIM_ICMP_ECHO) < 0) in icmp_input()
807 if (badport_bandlim(BANDLIM_ICMP_TSTAMP) < 0) in icmp_input()
1210 badport_bandlim(int which) in badport_bandlim() function
H A Dudp_usrreq.c609 if (badport_bandlim(BANDLIM_ICMP_UNREACH) < 0) in udp_input()
H A Dtcp_input.c2620 if (badport_bandlim(rstreason) < 0) in tcp_input()