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

/freebsd-10.0-release/sys/netinet/
H A Dicmp_var.h91 extern int badport_bandlim(int);
H A Dip_icmp.c537 if (badport_bandlim(BANDLIM_ICMP_ECHO) < 0)
555 if (badport_bandlim(BANDLIM_ICMP_TSTAMP) < 0)
952 * badport_bandlim() - check for ICMP bandwidth limit
971 badport_bandlim(int which) function
H A Dudp_usrreq.c606 if (badport_bandlim(BANDLIM_ICMP_UNREACH) < 0)
H A Dtcp_input.c576 int rstreason = 0; /* For badport_bandlim accounting purposes */
3178 if (badport_bandlim(rstreason) < 0)
H A Dsctp_input.c5698 if (badport_bandlim(BANDLIM_SCTP_OOTB) < 0) {
/freebsd-10.0-release/sys/netinet6/
H A Dudp6_usrreq.c455 if (badport_bandlim(BANDLIM_ICMP6_UNREACH) < 0)

Completed in 109 milliseconds