Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-lldp.c921 uint64_t latlon; in lldp_extract_latlon() local
923 latlon = *tptr & 0x3; in lldp_extract_latlon()
924 latlon = (latlon << 32) | EXTRACT_32BITS(tptr+1); in lldp_extract_latlon()
926 return latlon; in lldp_extract_latlon()