Home
last modified time | relevance | path

Searched refs:ICMP6_RR_FLAGS_REQRESULT (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.sbin/rtadvd/
Drrenum.c370 if ((rr->rr_flags & ICMP6_RR_FLAGS_REQRESULT) != 0) in rr_command_check()
399 if ((rr->rr_flags & (ICMP6_RR_FLAGS_TEST|ICMP6_RR_FLAGS_REQRESULT)) == in rr_command_input()
/mirbsd/src/sys/netinet/
Dicmp6.h413 #define ICMP6_RR_FLAGS_REQRESULT 0x40 macro