/external/libpcap/ |
H A D | pcap-septel.h | 14 pcap_t *septel_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf);
|
H A D | pcap-dag.h | 13 pcap_t *dag_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf);
|
H A D | pcap-null.c | 43 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, argument
|
H A D | pcap-nit.c | 213 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 D | pcap-snit.c | 231 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 D | 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, 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 D | 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, 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);
|
H A D | 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) { argument
|
H A D | pcap-bpf.c | 593 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 D | pcap-pf.c | 296 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, argument 342 if (promisc)
|
H A D | pcap-win32.c | 393 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, argument 508 if (promisc)
|
H A D | pcap-dlpi.c | 460 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 D | pcap-snoop.c | 198 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, argument
|
H A D | 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) argument
|
/external/grub/netboot/ |
H A D | eepro100.c | 488 int promisc; local 589 promisc = 0; 614 confcmd.data[15] = promisc ? 0x49: 0x48; 616 confcmd.data[21] = promisc ? 0x0D: 0x05;
|
H A D | w89c840.c | 612 int promisc; local
|