Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-lldp.c910 uint64_t latlon; in lldp_extract_latlon() local
912 latlon = *tptr & 0x3; in lldp_extract_latlon()
913 latlon = (latlon << 32) | EXTRACT_32BITS(tptr+1); in lldp_extract_latlon()
915 return latlon; in lldp_extract_latlon()