Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-802_11.c1141 u_int32_t *presentp, *last_presentp; in ieee802_11_radio_print() local
1161 for (last_presentp = &hdr->it_present; in ieee802_11_radio_print()
1162 IS_EXTENDED(last_presentp) && in ieee802_11_radio_print()
1163 (u_char*)(last_presentp + 1) <= p + len; in ieee802_11_radio_print()
1164 last_presentp++); in ieee802_11_radio_print()
1167 if (IS_EXTENDED(last_presentp)) { in ieee802_11_radio_print()
1172 iter = (u_char*)(last_presentp + 1); in ieee802_11_radio_print()
1182 for (bit0 = 0, presentp = &hdr->it_present; presentp <= last_presentp; in ieee802_11_radio_print()