/external/iproute2/include/uapi/linux/ |
if_tun.h | 97 * all packets (promisc mode).
|
if_link.h | 146 IFLA_PROMISCUITY, /* Promiscuity count: > 0 means acts PROMISC */
|
/external/kernel-headers/original/uapi/linux/ |
if_tun.h | 99 * all packets (promisc mode).
|
if_link.h | 146 IFLA_PROMISCUITY, /* Promiscuity count: > 0 means acts PROMISC */
|
/external/libnl/src/ |
nl-link-set.c | 21 " [{ up | down }] [{ arp | noarp }] [{ promisc | nopromisc }]\n"
|
/external/scapy/scapy/ |
ansmachine.py | 33 sniff_options_list = [ "store", "iface", "count", "promisc", "filter", "type", "prn", "stop_filter" ]
|
config.py | 362 promisc : default mode for listening socket (to get answers if you spoof on a lan) 397 promisc = 1 variable in class:Conf
|
/external/toybox/toys/net/ |
ifconfig.c | 39 promisc - don't discard packets that aren't to this LAN hardware address 41 allmulti - promisc for multicast packets 215 "RUNNING", "NOARP", "PROMISC", "ALLMULTI", "MASTER", "SLAVE", "MULTICAST", 370 {"promisc", IFF_PROMISC, 0},
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
if_tun.h | 83 * all packets (promisc mode).
|
/external/libpcap/ |
pcap-dos.c | 111 static int first_init (const char *name, char *ebuf, int promisc); 198 !first_init(pcap->opt.device, pcap->errbuf, pcap->opt.promisc)) 637 open_driver (const char *dev_name, char *ebuf, int promisc) 668 if (promisc) 687 if (promisc && dev->set_multicast_list) 783 static int first_init (const char *name, char *ebuf, int promisc) 804 dev = open_driver (name, ebuf, promisc); [all...] |
pcap-libdlpi.c | 141 if (p->opt.promisc) { 179 if (p->opt.promisc)
|
pcap-septel.c | 191 * The promisc flag is ignored because Septel cards have built-in tracing.
|
pcap.c | 578 p->opt.promisc = 0; 623 pcap_set_promisc(pcap_t *p, int promisc) 627 p->opt.promisc = promisc; 812 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, char *errbuf) 823 status = pcap_set_promisc(p, promisc); [all...] |
pcap-nit.c | 248 if (p->opt.promisc)
|
pcap-int.h | 114 int promisc; member in struct:pcap_opt
|
pcap-snit.c | 269 if (p->opt.promisc)
|
remote-ext.h | 203 * the 'promisc' flag is ignored.
|
pcap-dlpi.c | 651 if (p->opt.promisc) { 683 if (!p->opt.promisc) { 693 if (p->opt.promisc) { [all...] |
/external/libnl/include/linux-private/linux/ |
if_link.h | 141 IFLA_PROMISCUITY, /* Promiscuity count: > 0 means acts PROMISC */
|
/external/iproute2/ip/ |
iplink.c | 73 " [ promisc { on | off } ]\n" 664 } else if (strcmp(*argv, "promisc") == 0) { 673 return on_off("promisc", *argv); 1304 } else if (strcmp(*argv, "promisc") == 0) { 1313 return on_off("promisc", *argv) [all...] |
/bionic/tests/ |
ifaddrs_test.cpp | 204 if ((flags & IFF_PROMISC) != 0) result += " PROMISC";
|
/external/iproute2/bridge/ |
link.c | 45 _PF(PROMISC);
|
/external/autotest/client/bin/net/ |
net_utils.py | 312 bin_utils.system('ifconfig %s promisc' % self._name) 316 bin_utils.system('ifconfig %s -promisc' % self._name)
|
/external/syslinux/gpxe/src/drivers/net/ |
mtnic.h | 130 MTNIC_IF_CMD_SET_PORT_PROMISCUOUS_MODE = 0x18, /* enable/disable promisc */
|
/external/ipsec-tools/src/libipsec/ |
pfkey.c | 830 * NOTE that this function handles promisc mode toggle only. 832 * flag: set promisc off if zero, set promisc on if non-zero. [all...] |