Home
last modified time | relevance | path

Searched refs:f_dstop (Results 1 – 3 of 3) sorted by relevance

/src/usr.sbin/ppp/
H A Dfilter.c107 tgt->f_srcop = tgt->f_dstop = OP_NONE; in ParseIcmp()
119 tgt->f_dstop = OP_NONE; in ParseIcmp()
137 tgt->f_srcop = tgt->f_dstop = OP_NONE; in ParseUdpOrTcp()
156 tgt->f_dstop = filter_Nam2Op(argv[1]); in ParseUdpOrTcp()
157 if (tgt->f_dstop == OP_NONE) { in ParseUdpOrTcp()
201 tgt->f_srcop = tgt->f_dstop = OP_NONE; in ParseGeneric()
397 filter_Op2Nam(fe.f_dstop), fe.f_dstport); in filter_Parse()
480 if (fp->f_dstop) in doShowFilter()
481 prompt_Printf(prompt, " dst %s %d", filter_Op2Nam(fp->f_dstop), in doShowFilter()
H A Dfilter.h59 unsigned f_dstop : 2; /* Destination port operation: OP_... */ member
H A Dip.c416 if (fp->f_dstop != OP_NONE) { in FilterCheck()
418 ", dst %s %d", filter_Op2Nam(fp->f_dstop), in FilterCheck()
431 (fp->f_dstop == OP_NONE || in FilterCheck()
432 PortMatch(fp->f_dstop, dport, fp->f_dstport)) && in FilterCheck()