OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_dstport
(Results
1 - 3
of
3
) sorted by null
/external/libppp/src/
filter.h
69
u_short
f_dstport
; /* Destination port, compared with f_dstop */
member in struct:filterent
filter.c
163
tgt->
f_dstport
= ParsePort(argv[2], pe->p_name);
164
if (tgt->
f_dstport
== 0)
397
filter_Op2Nam(fe.f_dstop), fe.
f_dstport
);
482
fp->
f_dstport
);
ip.c
419
fp->
f_dstport
);
432
PortMatch(fp->f_dstop, dport, fp->
f_dstport
)) &&
Completed in 407 milliseconds