OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:estab
(Results
1 - 6
of
6
) sorted by null
/external/libppp/src/
ip.c
219
int
estab
, syn, finrst; /* TCP state flags if (gotinfo) */
local
279
gotinfo =
estab
= syn = finrst = didname = 0;
310
estab
= syn = finrst = -1;
374
estab
= (th->th_flags & TH_ACK);
378
if (!
estab
)
397
if (
estab
!= -1) {
400
",
estab
= %d, syn = %d, finrst = %d",
401
estab
, syn, finrst);
433
(fp->f_estab == 0 ||
estab
) &&
filter.c
172
if (!strcmp(*argv, "
estab
"))
398
log_Printf(LogDEBUG, "Parse:
estab
: %u\n", fe.f_estab);
484
prompt_Printf(prompt, "
estab
");
ppp.8.m4
[
all
...]
command.c
[
all
...]
/external/ppp/pppd/
tty.c
144
char *welcomer = NULL; /* Script to run after phys link
estab
. */
[
all
...]
/external/iproute2/misc/
ss.c
403
[TCP_ESTABLISHED] = "
ESTAB
",
[
all
...]
Completed in 715 milliseconds