Home
last modified time | relevance | path

Searched refs:oui_values (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/tcpdump/
H A Doui.h16 extern const struct tok oui_values[];
H A Doui.c26 const struct tok oui_values[] = { variable
H A Dprint-llc.c445 tok2str(oui_values, "Unknown", orgcode), in snap_print()
599 tok2str(oui_values, "Unknown", orgcode), in snap_print()
H A Dprint-openflow.c76 const struct tok *table = (vendor & 0xff000000) == 0 ? oui_values : onf_exp_str; in of_vendor_name()
H A Dprint-cfm.c591 tok2str(oui_values,"Unknown", GET_BE_U_3(tptr)), in cfm_print()
H A Dprint-slow.c589 tok2str(oui_values, "Unknown", in slow_oam_print()
H A Dprint-ppp.c473 tok2str(oui_values,"Unknown",GET_BE_U_3(tptr)), in handle_ctrl_proto()
624 tok2str(oui_values,"Unknown",GET_BE_U_3(p + 2)), in print_lcp_config_options()
H A Daddrtoname.c629 tok2str(oui_values, "Unknown", oui)); in etheraddr_string()
H A Dprint-lldp.c1641 ND_PRINT(": OUI %s (0x%06x)", tok2str(oui_values, "Unknown", oui), oui); in lldp_print()
H A Dprint-isoclns.c3487 tok2str(oui_values, "Unknown", vendor_id), in isis_print()