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

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

Completed in 68 milliseconds