Home
last modified time | relevance | path

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

/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-802_11.c62 #define IEEE802_11_BCNINT_LEN 2 macro
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()
1372 offset += IEEE802_11_BCNINT_LEN; in handle_beacon()
1373 length -= IEEE802_11_BCNINT_LEN; in handle_beacon()
1529 ND_TCHECK_LEN(p, IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_probe_response()
1531 if (length < IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_probe_response()
1538 offset += IEEE802_11_BCNINT_LEN; in handle_probe_response()
1539 length -= IEEE802_11_BCNINT_LEN; in handle_probe_response()
/dports/net-mgmt/argus3/argus-3.0.8.2/include/argus/
H A Dieee802_11.h44 #define IEEE802_11_BCNINT_LEN 2 macro
/dports/net-mgmt/argus3/argus-3.0.8.2/argus/
H A DArgus802.11.c100 offset += IEEE802_11_BCNINT_LEN; in ArgusCreate80211Flow()
/dports/net/tcpflow/tcpflow-1.5.0/src/wifipcap/
H A Dwifipcap.cpp641 if (!TTEST2(*p, IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_beacon()
647 offset += IEEE802_11_BCNINT_LEN; in handle_beacon()
786 if (!TTEST2(*p, IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_probe_response()
793 offset += IEEE802_11_BCNINT_LEN; in handle_probe_response()
H A Dwifipcap.h42 #define IEEE802_11_BCNINT_LEN 2 macro