Searched refs:rtpref_str (Results 1 – 3 of 3) sorted by relevance
99 static const char *rtpref_str[] = { variable601 rtpref_str[(rai->rai_rtpref >> 3) & 0xff]); in action_show()753 rtpref_str[0xff & (rti->rti_rtpref >> 3)], in action_show_rtinfo()
154 static const char *rtpref_str[] = { variable1100 printf(", pref=%s", rtpref_str[rtpref]); in rtrlist()
587 static const char *rtpref_str[] = { in get_rtpref() local594 return rtpref_str[((v & ND_RA_FLAG_RTPREF_MASK) >> 3) & 0xff]; in get_rtpref()