Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dicmp_var.h91 extern int badport_bandlim(int);
/f-stack/freebsd/netinet/
H A Dicmp_var.h91 extern int badport_bandlim(int);
H A Dip_icmp.c585 if (badport_bandlim(BANDLIM_ICMP_ECHO) < 0) in icmp_input()
602 if (badport_bandlim(BANDLIM_ICMP_TSTAMP) < 0) in icmp_input()
1120 badport_bandlim(int which) in badport_bandlim() function
H A Dudp_usrreq.c712 if (badport_bandlim(BANDLIM_ICMP_UNREACH) < 0) in udp_input()
H A Dtcp_input.c3392 if (badport_bandlim(rstreason) < 0) in tcp_dropwithreset()
H A Dsctp_input.c5416 if (badport_bandlim(BANDLIM_SCTP_OOTB) < 0) { in sctp_common_input_processing()