Home | History | Annotate | Download | only in libpcap

Lines Matching refs:promisc

112 static int  first_init (const char *name, char *ebuf, int promisc);
149 pcap_t *pcap_open_live (const char *device_name, int snaplen, int promisc,
181 !first_init(device_name, errbuf, promisc))
599 open_driver (const char *dev_name, char *ebuf, int promisc)
630 if (promisc)
649 if (promisc && dev->set_multicast_list)
745 static int first_init (const char *name, char *ebuf, int promisc)
766 dev = open_driver (name, ebuf, promisc);