Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dicmp6.h542 #define ICMP6_RR_RESULT_FLAGS_FORBIDDEN 0x0001 macro
545 #define ICMP6_RR_RESULT_FLAGS_FORBIDDEN 0x0100 macro
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c472 #define ICMP6_RR_RESULT_FLAGS_FORBIDDEN ((uint16_t)htons(0x0001)) macro