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

/external/tcpdump/
H A Dprint-lldp.c924 u_int8_t location_format; local
972 location_format = *(tptr+4);
974 tok2str(lldp_tia_location_data_format_values, "unknown", location_format),
975 location_format);
977 switch (location_format) {

Completed in 57 milliseconds