Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py195 ICMP6_DST_UNREACH_REJECT = 6 variable in Icmp6RejectCode
/freebsd/sys/netinet/
H A Dicmp6.h149 #define ICMP6_DST_UNREACH_REJECT 6 /* Reject route to destination */ macro