Searched refs:filtertype (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/nvi/ex/
H A Dex_bang.c52 enum filtertype ftype;
H A Dex.h205 enum filtertype { FILTER_BANG, FILTER_RBANG, FILTER_READ, FILTER_WRITE }; enum
H A Dextern.h41 EXCMD *, MARK *, MARK *, MARK *, CHAR_T *, enum filtertype);
H A Dex_filter.c39 * PUBLIC: EXCMD *, MARK *, MARK *, MARK *, CHAR_T *, enum filtertype);
42 ex_filter(SCR *sp, EXCMD *cmdp, MARK *fm, MARK *tm, MARK *rp, CHAR_T *cmd, enum filtertype ftype)
/freebsd-11-stable/contrib/libpcap/
H A Drpcap-protocol.h300 uint16 filtertype; /* type of the filter transferred (BPF instructions, ...) */ member in struct:rpcap_filter
H A Dpcap-rpcap.c1451 filter->filtertype = htons(RPCAP_UPDATEFILTER_BPF);
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c177 int filtertype[MAXFILTER]; variable
306 filtertype[nfilter] = ch;
3160 if (filtertype[i] == 'N' || filtertype[i] == 'T') {
3187 iffp->iff_type = filtertype[i];
3218 if (filtertype[i] != IFIL_TYPE_A)
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c1995 if (ntohs(filter.filtertype) != RPCAP_UPDATEFILTER_BPF)

Completed in 138 milliseconds