Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-802_11.c61 #define IEEE802_11_TSTAMP_LEN 8 macro
273 uint8_t timestamp[IEEE802_11_TSTAMP_LEN];
1363 ND_TCHECK_LEN(p, IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_beacon()
1365 if (length < IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_beacon()
1368 memcpy(&pbody.timestamp, p, IEEE802_11_TSTAMP_LEN); in handle_beacon()
1369 offset += IEEE802_11_TSTAMP_LEN; in handle_beacon()
1370 length -= IEEE802_11_TSTAMP_LEN; in handle_beacon()
1531 if (length < IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_probe_response()
1534 memcpy(&pbody.timestamp, p, IEEE802_11_TSTAMP_LEN); in handle_probe_response()
1535 offset += IEEE802_11_TSTAMP_LEN; in handle_probe_response()
[all …]