OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_seq
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/nfc/llcp/
llcp_dlc.c
866
UINT8 *p, *p_dst,
send_seq
, rcv_seq, error_flags;
local
899
send_seq
= LLCP_GET_NS (*p);
904
send_seq
, rcv_seq,
910
if (p_dlcb->next_rx_seq !=
send_seq
)
913
send_seq
, p_dlcb->next_rx_seq);
920
if ((UINT8) (
send_seq
- p_dlcb->sent_ack_seq) % LLCP_SEQ_MODULO >= p_dlcb->local_rw)
923
send_seq
, p_dlcb->sent_ack_seq, p_dlcb->local_rw);
1335
UINT8
send_seq
= p_dlcb->next_tx_seq;
local
[
all
...]
/external/iproute2/ip/
ipl2tp.c
60
int
send_seq
:1;
member in struct:l2tp_parm
172
if (p->
send_seq
) addattr(&req.n, 1024, L2TP_ATTR_SEND_SEQ);
314
p->
send_seq
= !!attrs[L2TP_ATTR_SEND_SEQ];
Completed in 79 milliseconds