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

/freebsd-current/contrib/nvi/ex/
H A Dex_bang.c48 enum filtertype ftype;
H A Dex.h203 enum filtertype { FILTER_BANG, FILTER_RBANG, FILTER_READ, FILTER_WRITE }; enum
H A Dex_filter.c36 * PUBLIC: EXCMD *, MARK *, MARK *, MARK *, CHAR_T *, enum filtertype);
39 ex_filter(SCR *sp, EXCMD *cmdp, MARK *fm, MARK *tm, MARK *rp, CHAR_T *cmd, enum filtertype ftype)
/freebsd-current/contrib/libpcap/
H A Drpcap-protocol.h325 uint16 filtertype; /* type of the filter transferred (BPF instructions, ...) */ member in struct:rpcap_filter
H A Dpcap-rpcap.c1577 filter->filtertype = htons(RPCAP_UPDATEFILTER_BPF);
/freebsd-current/usr.sbin/route6d/
H A Droute6d.c172 static int filtertype[MAXFILTER]; variable
303 filtertype[nfilter] = ch;
3179 if (filtertype[i] == 'N' || filtertype[i] == 'T') {
3206 iffp->iff_type = filtertype[i];
3237 if (filtertype[i] != IFIL_TYPE_A)
/freebsd-current/usr.bin/vi/
H A Dextern.h75 EXCMD *, MARK *, MARK *, MARK *, CHAR_T *, enum filtertype);
/freebsd-current/contrib/libpcap/rpcapd/
H A Ddaemon.c2354 if (ntohs(filter.filtertype) != RPCAP_UPDATEFILTER_BPF)

Completed in 365 milliseconds