Home
last modified time | relevance | path

Searched defs:ICMP_REJECT_RST (Results 1 – 2 of 2) sorted by relevance

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py183 ICMP_REJECT_RST = 256 variable in IcmpRejectCode
/freebsd/sys/netinet/
H A Dip_fw.h764 #define ICMP_REJECT_RST 0x100 /* fake ICMP code (send a TCP RST) */ macro