HomeSort by relevance Sort by last modified time
    Searched refs:promisc (Results 1 - 16 of 16) sorted by null

  /external/libpcap/
pcap-septel.h 14 pcap_t *septel_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf);
pcap-dag.h 13 pcap_t *dag_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf);
pcap-null.c 43 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms,
pcap-nit.c 213 nit_setflags(int fd, int promisc, int to_ms, char *ebuf)
230 if (promisc)
250 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms,
285 nit_setflags(p->fd, promisc, to_ms, ebuf);
pcap-snit.c 231 nit_setflags(int fd, int promisc, int to_ms, char *ebuf)
251 if (promisc)
265 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms,
355 if (nit_setflags(p->fd, promisc, to_ms, ebuf) < 0)
pcap-linux.c 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))
    [all...]
pcap-dos.c 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);
    [all...]
pcap-septel.c 203 * 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) {
pcap-bpf.c 593 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms,
613 return dag_open_live(device, snaplen, promisc, to_ms, ebuf);
929 if (promisc) {
pcap-pf.c 296 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms,
342 if (promisc)
pcap-win32.c 393 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms,
508 if (promisc)
pcap-dlpi.c 460 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms,
711 if (promisc) {
739 !promisc &&
746 /* Not fatal if promisc since the DL_PROMISC_PHYS worked */
747 if (promisc)
    [all...]
pcap-snoop.c 198 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms,
pcap-dag.c 487 * 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)
  /external/grub/netboot/
eepro100.c 488 int promisc; local
589 promisc = 0;
614 confcmd.data[15] = promisc ? 0x49: 0x48;
616 confcmd.data[21] = promisc ? 0x0D: 0x05;
w89c840.c 612 int promisc; local

Completed in 565 milliseconds