<def f='src/src/sys/netinet6/in6_var.h' l='324' ll='329'/>
<size>4</size>
<doc f='src/src/sys/netinet6/in6_var.h' l='316'>/*
 * prefix related flags passed between kernel(NDP related part) and
 * user land command(ifconfig) and daemon(rtadvd).
 * Note: We originally intended to use prf_ra{} only within in6_prflags{}, but
 * it was (probably unintentionally) used in nd6.h as well.  Since C++ does
 * not allow such a reference, prf_ra{} was then moved outside.  In general,
 * however, this structure should not be used directly.
 */</doc>
<mbr r='prf_ra::onlink' o='0' t='u_int32_t'/>
<mbr r='prf_ra::autonomous' o='1' t='u_int32_t'/>
<mbr r='prf_ra::router' o='2' t='u_int32_t'/>
<mbr r='prf_ra::reserved' o='3' t='u_int32_t'/>
