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

/darwin-on-arm/xnu/bsd/netinet/
H A Dicmp_var.h109 extern int badport_bandlim(int);
H A Dip_icmp.c488 if (badport_bandlim(BANDLIM_ICMP_ECHO) < 0)
512 if (badport_bandlim(BANDLIM_ICMP_TSTAMP) < 0)
901 * badport_bandlim() - check for ICMP bandwidth limit
920 badport_bandlim(int which) function
H A Dudp_usrreq.c660 if (badport_bandlim(BANDLIM_ICMP_UNREACH) < 0)
H A Dtcp_input.c1145 int rstreason; /* For badport_bandlim accounting purposes */
3957 if (badport_bandlim(rstreason) < 0)

Completed in 27 milliseconds