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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-lldp.c971 uint8_t location_format; local
1019 location_format = *(tptr+4);
1021 tok2str(lldp_tia_location_data_format_values, "unknown", location_format),
1022 location_format));
1024 switch (location_format) {

Completed in 35 milliseconds