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.c24 const struct tok oui_values[] = { variable
H A Dprint-llc.c443 tok2str(oui_values, "Unknown", orgcode), in snap_print()
597 tok2str(oui_values, "Unknown", orgcode), in snap_print()
H A Dprint-openflow.c74 const struct tok *table = (vendor & 0xff000000) == 0 ? oui_values : onf_exp_str; in of_vendor_name()
H A Dprint-cfm.c589 tok2str(oui_values,"Unknown", GET_BE_U_3(tptr)), in cfm_print()
H A Dprint-slow.c587 tok2str(oui_values, "Unknown", in slow_oam_print()
H A Dprint-ppp.c475 tok2str(oui_values,"Unknown",GET_BE_U_3(tptr)), in handle_ctrl_proto()
626 tok2str(oui_values,"Unknown",GET_BE_U_3(p + 2)), in print_lcp_config_options()
H A Daddrtoname.c626 tok2str(oui_values, "Unknown", oui)); in etheraddr_string()
H A Dprint-lldp.c1639 ND_PRINT(": OUI %s (0x%06x)", tok2str(oui_values, "Unknown", oui), oui); in lldp_print()
H A Dprint-isoclns.c3479 tok2str(oui_values, "Unknown", vendor_id), in isis_print()