Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-802_11.c61 #define IEEE802_11_TSTAMP_LEN 8 macro
273 uint8_t timestamp[IEEE802_11_TSTAMP_LEN];
1237 if (!ND_TTEST2(*p, IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_beacon()
1240 if (length < IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_beacon()
1243 memcpy(&pbody.timestamp, p, IEEE802_11_TSTAMP_LEN); in handle_beacon()
1244 offset += IEEE802_11_TSTAMP_LEN; in handle_beacon()
1245 length -= IEEE802_11_TSTAMP_LEN; in handle_beacon()
1399 if (!ND_TTEST2(*p, IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_probe_response()
1402 if (length < IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_probe_response()
1405 memcpy(&pbody.timestamp, p, IEEE802_11_TSTAMP_LEN); in handle_probe_response()
[all …]