Home
last modified time | relevance | path

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

/external/libppp/src/
Dfilter.h55 struct filterent { struct
81 struct filterent rule[MAXFILTERS]; /* incoming packet filter */ argument
Dfilter.c99 ParseIcmp(int argc, char const *const *argv, struct filterent *tgt) in ParseIcmp()
135 struct filterent *tgt) in ParseUdpOrTcp()
191 ParseGeneric(int argc, struct filterent *tgt) in ParseGeneric()
243 struct filterent *ofp) in filter_Parse()
245 struct filterent fe; in filter_Parse()
451 doShowFilter(struct filterent *fp, struct prompt *prompt) in doShowFilter()
564 struct filterent *fp; in filter_AdjustAddr()
Dip.c226 const struct filterent *fp = filter->rule; in FilterCheck()