OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remote_sequence
(Results
1 - 1
of
1
) sorted by null
/external/mtpd/
l2tp.c
96
static uint16_t
remote_sequence
;
variable
136
p[5] = htons(
remote_sequence
);
178
htons(local_sequence), htons(
remote_sequence
),
212
if ((uint16_t)(ntohs(p[4]) -
remote_sequence
) > 32767) {
225
if (ntohs(p[4]) !=
remote_sequence
|| !acknowledged) {
230
++
remote_sequence
;
Completed in 211 milliseconds