Searched refs:f_srcport (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/usr.sbin/ppp/
H A Dfilter.h70 u_short f_srcport; /* Source port, compared with f_srcop */ member in struct:filterent
H A Dfilter.c120 tgt->f_srcport = type;
150 tgt->f_srcport = ParsePort(argv[2], pe->p_name);
151 if (tgt->f_srcport == 0)
397 filter_Op2Nam(fe.f_srcop), fe.f_srcport);
481 fp->f_srcport);
H A Dip.c414 filter_Op2Nam(fp->f_srcop), fp->f_srcport);
432 PortMatch(fp->f_srcop, sport, fp->f_srcport)) &&

Completed in 185 milliseconds