/external/autotest/client/bin/net/ |
net_utils_unittest.py | 694 cmd = 'ifconfig %s promisc' % mock_netif._name 702 cmd = 'ifconfig %s -promisc' % mock_netif._name [all...] |
/external/libpcap/ |
pcap-win32.c | 858 md->rmt_flags = (p->opt.promisc) ? PCAP_OPENFLAG_PROMISCUOUS : 0; 1029 if (p->opt.promisc) [all...] |
pcap-pf.c | 341 if (p->opt.promisc)
|
pcap-linux.c | [all...] |
pcap-dag.c | 709 * device will result in a failure. The promisc flag is ignored because DAG [all...] |
pcap-tc.c | 609 * p->opt.promisc [all...] |
CHANGES | 615 - Document promisc argument to pcap_open_live(). Reported by Ian Marsh [all...] |
pcap-sita.c | [all...] |
pcap-bpf.c | [all...] |
/external/scapy/scapy/layers/ |
l2.py | 511 """Try to guess if target is in Promisc mode. The target is provided by its ip."""
|
inet6.py | [all...] |
/external/scapy/scapy/modules/ |
winpcapy.py | 256 #pcap_t * pcap_open_live (const char *device, int snaplen, int promisc, int to_ms, char *ebuf)
|
/external/syslinux/gpxe/src/drivers/net/ |
b44.h | 382 #define RX_FLAG_MISS 0x00000080 /* Received due to promisc mode */
|
/external/tcpdump/ |
print-sflow.c | 338 ND_PRINT((ndo, "\n\t Out errors %u, promisc mode %u",
|
CHANGES | [all...] |
/external/libnl/lib/route/ |
link.c | 724 nl_dump(p, "promisc-mode (%u users) ", link->l_promiscuity); [all...] |
/external/iproute2/man/man8/ |
ip-link.8.in | 69 .RB "[ " promisc " { " on " | " off " } ]" 972 .BR nopromisc " flag prevents this, so the promisc flag may be controlled " [all...] |
/external/iproute2/ip/ |
ipaddress.c | 102 _PF(PROMISC); [all...] |
/external/toybox/toys/pending/ |
ip.c | 743 {"NOARP", IFF_NOARP}, {"PROMISC",IFF_PROMISC}, [all...] |
/external/toybox/generated/ |
help.h | 125 #define HELP_ifconfig "usage: ifconfig [-a] [INTERFACE [ACTION...]]\n\nDisplay or configure network interface.\n\nWith no arguments, display active interfaces. First argument is interface\nto operate on, one argument by itself displays that interface.\n\n-a Show all interfaces, not just active ones\n\nAdditional arguments are actions to perform on the interface:\n\nADDRESS[/NETMASK] - set IPv4 address (1.2.3.4/5)\ndefault - unset ipv4 address\nadd|del ADDRESS[/PREFIXLEN] - add/remove IPv6 address (1111::8888/128)\nup - enable interface\ndown - disable interface\n\nnetmask|broadcast|pointopoint ADDRESS - set more IPv4 characteristics\nhw ether|infiniband ADDRESS - set LAN hardware address (AA:BB:CC...)\ntxqueuelen LEN - number of buffered packets before output blocks\nmtu LEN - size of outgoing packets (Maximum Transmission Unit)\n\nFlags you can set on an interface (or -remove by prefixing with -):\narp - don't use Address Resolution Protocol to map LAN routes\npromisc - don't discard packets that aren't to this LAN hardware address\nmulticast - force interface into multicast mode if the driver doesn't\nallmulti - promisc for multicast packets\n\nObsolete fields included for historical purposes:\nirq|io_addr|mem_start ADDR - micromanage obsolete hardware\noutfill|keepalive INTEGER - SLIP analog dialup line quality monitoring\nmetric INTEGER - added to Linux 0.9.10 with comment \"never used\", still true\n\n" [all...] |
/external/devlib/devlib/bin/armeabi/ |
busybox | |