Home
last modified time | relevance | path

Searched refs:IFLAG_PROMISC (Results 1 – 5 of 5) sorted by relevance

/dports/net-mgmt/ipcad/ipcad-3.7.3/
H A Dpsrc.h68 IFLAG_PROMISC = 0x02, /* Enable promiscuous mode */ enumerator
H A Dpsrc-pcap.c64 (ps->iflags & IFLAG_PROMISC)?1:0, 500, errbuf); in reopen_packet_source_pcap()
H A Dpsrc-bpf.c140 if(ps->iflags & IFLAG_PROMISC) { in init_packet_source_bpf()
H A Dcfg.y125 | PROMISC { $$ = IFLAG_PROMISC; }
H A Dcfgy.c887 { yyval.tv_int = IFLAG_PROMISC; ; in yyparse()