OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frag_id
(Results
1 - 3
of
3
) sorted by null
/external/tcpdump/
print-lwapp.c
45
uint8_t
frag_id
;
member in struct:lwapp_transport_header
211
lwapp_trans_header->
frag_id
,
328
lwapp_trans_header->
frag_id
,
/external/wpa_supplicant_8/src/p2p/
p2p_sd.c
246
u8
frag_id
, u8 more,
251
buf = gas_anqp_build_comeback_resp(dialog_token, status_code,
frag_id
,
256
if (
frag_id
== 0) {
666
p2p_dbg(p2p, "Send GAS Comeback Response (
frag_id
%d more=%d frag_len=%d)",
698
u8
frag_id
;
local
726
frag_id
= *pos & 0x7f;
731
p2p_dbg(p2p, "dialog_token=%u status_code=%u
frag_id
=%d more_frags=%d "
733
dialog_token, status_code,
frag_id
, more_frags,
735
/* TODO: check
frag_id
match */
/external/wpa_supplicant_8/wpa_supplicant/
gas_query.c
418
size_t len, u8
frag_id
, u8 more_frags,
422
MACSTR " (dialog_token=%u
frag_id
=%u more_frags=%u "
424
MAC2STR(query->addr), query->dialog_token,
frag_id
,
439
if (
frag_id
) {
441
"with non-zero
frag_id
and comeback_delay "
450
if (
frag_id
!= query->next_frag_id) {
451
wpa_printf(MSG_DEBUG, "GAS: Unexpected
frag_id
in response "
453
if (
frag_id
+ 1 == query->next_frag_id) {
494
u8 action, dialog_token,
frag_id
= 0, more_frags = 0;
local
563
frag_id
= *pos & 0x7f
[
all
...]
Completed in 168 milliseconds