Home | History | Annotate | Download | only in libpcap

Lines Matching full:promisc

229  *  information of course). If you pass 1 as promisc the interface
237 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms,
248 return dag_open_live(device, snaplen, promisc, to_ms, ebuf);
254 return septel_open_live(device, snaplen, promisc, to_ms, ebuf);
280 if (promisc) {
281 promisc = 0;
307 if ((err = live_open_new(handle, device, promisc, to_ms, ebuf)) == 1)
311 if (live_open_old(handle, device, promisc, to_ms, ebuf))
1388 live_open_new(pcap_t *handle, const char *device, int promisc,
1544 * Select promiscuous mode on if "promisc" is set.
1562 if (device && promisc) {
1778 live_open_old(pcap_t *handle, const char *device, int promisc,
1828 /* Go to promisc mode if requested */
1830 if (promisc) {