Home
last modified time | relevance | path

Searched refs:ND_RA_FLAG_MANAGED (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/tcpdump/
H A Dprint-icmp6.c299 if (p->nd_ra_flags_reserved & ND_RA_FLAG_MANAGED) in icmp6_print()
304 (ND_RA_FLAG_MANAGED|ND_RA_FLAG_OTHER)) in icmp6_print()
/openbsd/sys/netinet/
H A Dicmp6.h200 #define ND_RA_FLAG_MANAGED 0x80 macro
/openbsd/sbin/slaacd/
H A Dengine.c1438 radv->managed = nd_ra->nd_ra_flags_reserved & ND_RA_FLAG_MANAGED; in parse_ra()
1724 (nd_ra->nd_ra_flags_reserved & ND_RA_FLAG_MANAGED) ? 1 : 0); in debug_log_ra()
/openbsd/usr.sbin/rad/
H A Dfrontend.c1227 ra->nd_ra_flags_reserved |= ND_RA_FLAG_MANAGED; in build_packet()