Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dicmp6.h541 #define ICMP6_RR_RESULT_FLAGS_OOB 0x0002 macro
544 #define ICMP6_RR_RESULT_FLAGS_OOB 0x0200 macro
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c471 #define ICMP6_RR_RESULT_FLAGS_OOB ((uint16_t)htons(0x0002)) macro