Searched refs:badport_bandlim (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dicmp_var.h92 extern int badport_bandlim(int);
H A Dip_icmp.c577 if (badport_bandlim(BANDLIM_ICMP_ECHO) < 0)
594 if (badport_bandlim(BANDLIM_ICMP_TSTAMP) < 0)
996 * badport_bandlim() - check for ICMP bandwidth limit
1051 badport_bandlim(int which) function
H A Dudp_usrreq.c711 if (badport_bandlim(BANDLIM_ICMP_UNREACH) < 0)
H A Dtcp_input.c591 int rstreason = 0; /* For badport_bandlim accounting purposes */
3341 if (badport_bandlim(rstreason) < 0)
H A Dsctp_input.c5433 if (badport_bandlim(BANDLIM_SCTP_OOTB) < 0) {

Completed in 240 milliseconds