Home
last modified time | relevance | path

Searched refs:rtpref_str (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.sbin/rtadvctl/
H A Drtadvctl.c99 static const char *rtpref_str[] = { variable
587 rtpref_str[(rai->rai_rtpref >> 3) & 0xff]); in action_show()
739 rtpref_str[0xff & (rti->rti_rtpref >> 3)], in action_show_rtinfo()
/freebsd-13.1/usr.sbin/ndp/
H A Dndp.c154 static const char *rtpref_str[] = { variable
1093 printf(", pref=%s", rtpref_str[rtpref]); in rtrlist()
/freebsd-13.1/contrib/tcpdump/
H A Dprint-icmp6.c591 static const char *rtpref_str[] = { in get_rtpref() local
598 return rtpref_str[((v & ND_RA_FLAG_RTPREF_MASK) >> 3) & 0xff]; in get_rtpref()