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

/freebsd-9.3-release/sys/netinet/
H A Dicmp_var.h97 extern int badport_bandlim(int);
H A Dip_icmp.c535 if (badport_bandlim(BANDLIM_ICMP_ECHO) < 0)
553 if (badport_bandlim(BANDLIM_ICMP_TSTAMP) < 0)
965 * badport_bandlim() - check for ICMP bandwidth limit
984 badport_bandlim(int which) function
H A Dudp_usrreq.c599 if (badport_bandlim(BANDLIM_ICMP_UNREACH) < 0)
H A Dtcp_input.c570 int rstreason = 0; /* For badport_bandlim accounting purposes */
3154 if (badport_bandlim(rstreason) < 0)
H A Dsctp_input.c5677 if (badport_bandlim(BANDLIM_SCTP_OOTB) < 0) {
/freebsd-9.3-release/sys/netinet6/
H A Dudp6_usrreq.c451 if (badport_bandlim(BANDLIM_ICMP6_UNREACH) < 0)

Completed in 136 milliseconds