Searched defs:promisc (Results 1 - 14 of 14) sorted by relevance

/external/libpcap/
H A Dpcap-null.c43 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, argument
H A Dpcap-nit.c213 nit_setflags(int fd, int promisc, int to_ms, char *ebuf) argument
230 if (promisc)
250 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, argument
285 nit_setflags(p->fd, promisc, to_ms, ebuf);
H A Dpcap-septel.c203 * The promisc flag is ignored because Septel cards have built-in tracing.
209 pcap_t *septel_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf) { argument
H A Dpcap-snoop.c198 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, argument
H A Dpcap-pf.c296 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, argument
342 if (promisc)
H A Dpcap-snit.c231 nit_setflags(int fd, int promisc, int to_ms, char *ebuf) argument
251 if (promisc)
265 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, argument
355 if (nit_setflags(p->fd, promisc, to_ms, ebuf) < 0)
H A Dpcap-bpf.c593 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, argument
613 return dag_open_live(device, snaplen, promisc, to_ms, ebuf);
929 if (promisc) {
H A Dpcap-dag.c487 * device will result in a failure. The promisc flag is ignored because DAG
497 dag_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf) argument
H A Dpcap-win32.c393 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, argument
508 if (promisc)
H A Dpcap-linux.c229 * 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, argument
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, argument
1544 * Select promiscuous mode on if "promisc" i
1778 live_open_old(pcap_t *handle, const char *device, int promisc, int to_ms, char *ebuf) argument
[all...]
H A Dpcap-dlpi.c460 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, argument
711 if (promisc) {
739 !promisc &&
746 /* Not fatal if promisc since the DL_PROMISC_PHYS worked */
747 if (promisc)
H A Dpcap-dos.c112 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, argument
181 !first_init(device_name, errbuf, promisc))
599 open_driver (const char *dev_name, char *ebuf, int promisc) argument
630 if (promisc)
649 if (promisc && dev->set_multicast_list)
745 static int first_init (const char *name, char *ebuf, int promisc) argument
766 dev = open_driver (name, ebuf, promisc);
/external/grub/netboot/
H A Deepro100.c488 int promisc; local
589 promisc = 0;
614 confcmd.data[15] = promisc ? 0x49: 0x48;
616 confcmd.data[21] = promisc ? 0x0D: 0x05;
H A Dw89c840.c612 int promisc; local

Completed in 78 milliseconds