OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:f_dstop
(Results
1 - 3
of
3
) sorted by null
/external/libppp/src/
filter.h
31
/* Operations - f_srcop,
f_dstop
*/
59
unsigned
f_dstop
: 2; /* Destination port operation: OP_... */
member in struct:filterent
69
u_short f_dstport; /* Destination port, compared with
f_dstop
*/
filter.c
107
tgt->f_srcop = tgt->
f_dstop
= OP_NONE;
119
tgt->
f_dstop
= OP_NONE;
137
tgt->f_srcop = tgt->
f_dstop
= OP_NONE;
156
tgt->
f_dstop
= filter_Nam2Op(argv[1]);
157
if (tgt->
f_dstop
== OP_NONE) {
201
tgt->f_srcop = tgt->
f_dstop
= OP_NONE;
397
filter_Op2Nam(fe.
f_dstop
), fe.f_dstport);
480
if (fp->
f_dstop
)
481
prompt_Printf(prompt, " dst %s %d", filter_Op2Nam(fp->
f_dstop
),
ip.c
416
if (fp->
f_dstop
!= OP_NONE) {
418
", dst %s %d", filter_Op2Nam(fp->
f_dstop
),
431
(fp->
f_dstop
== OP_NONE ||
432
PortMatch(fp->
f_dstop
, dport, fp->f_dstport)) &&
Completed in 420 milliseconds