HomeSort by relevance Sort by last modified time
    Searched full:promisc (Results 26 - 44 of 44) sorted by null

12

  /external/libpcap/
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-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-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.3 39 int promisc, int to_ms, char *errbuf)
172 .I promisc
178 .I 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)
CHANGES 268 - Document promisc argument to pcap_open_live(). Reported by Ian Marsh
  /external/iproute2/ip/
iplink.c 62 fprintf(stderr, " [ promisc { on | off } ]\n");
356 } else if (strcmp(*argv, "promisc") == 0) {
364 return on_off("promisc");
844 } else if (strcmp(*argv, "promisc") == 0) {
852 return on_off("promisc");
ipaddress.c 101 _PF(PROMISC);
    [all...]
  /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
  /external/ipsec-tools/src/libipsec/
pfkey.c 851 * NOTE that this function handles promisc mode toggle only.
853 * flag: set promisc off if zero, set promisc on if non-zero.
    [all...]
  /external/libppp/src/
iface.c 638 if_entry(PROMISC),
  /external/tcpdump/
CHANGES 287 Promisc mode fixes for Linux
  /external/iproute2/doc/
ip-cref.tex 305 The \verb|PROMISC| and \verb|ALLMULTI| flags are considered
427 \item \verb|PROMISC| --- the device listens to and feeds to the kernel all
    [all...]

Completed in 384 milliseconds

12