Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-lldp.c909 u_int64_t latlon; in lldp_extract_latlon() local
911 latlon = *tptr & 0x3; in lldp_extract_latlon()
912 latlon = (latlon << 32) | EXTRACT_32BITS(tptr+1); in lldp_extract_latlon()
914 return latlon; in lldp_extract_latlon()