HomeSort by relevance Sort by last modified time
    Searched full:unicast (Results 1 - 25 of 358) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/ip/
routef 4 exec ip -4 ro flush scope global type unicast
rtm_map.c 31 return "unicast";
83 else if (matches(arg, "unicast") == 0)
  /external/tcpdump/tests/
sflow_multiple_counter_30_pdus.out 7 In octets 820721, unicast pkts 9601, multicast pkts 0, broadcast pkts 1302, discards 0
9 Out octets 178785248, unicast pkts 9736, multicast pkts 132958, broadcast pkts 2213534, discards 0
19 In octets 156084746, unicast pkts 473593, multicast pkts 0, broadcast pkts 1862745, discards 0
21 Out octets 59635889, unicast pkts 8834, multicast pkts 132958, broadcast pkts 352092, discards 0
31 In octets 3051593057, unicast pkts 52919488, multicast pkts 1491, broadcast pkts 956, discards 0
33 Out octets 1525716840, unicast pkts 30013667, multicast pkts 131467, broadcast pkts 2213880, discards 0
43 In octets 0, unicast pkts 0, multicast pkts 0, broadcast pkts 0, discards 0
45 Out octets 178404732, unicast pkts 3035, multicast pkts 132958, broadcast pkts 2214836, discards 0
55 In octets 0, unicast pkts 0, multicast pkts 0, broadcast pkts 0, discards 0
57 Out octets 178368955, unicast pkts 3031, multicast pkts 132840, broadcast pkts 2214791, discards
    [all...]
mpbgp-linklocal-nexthop.out 8 AFI: IPv6 (2), SAFI: Unicast (1)
bgp_vpn_attrset.out 17 AFI: IPv4 (1), SAFI: labeled VPN Unicast (128)
  /external/avahi/avahi-core/
dns-srv-rr.h 23 /** \file avahi-core/dns-srv-rr.h Functions for announcing and browsing for unicast DNS servers via mDNS */
26 * conventional unicast DNS servers which may be used to resolve
39 AVAHI_DNS_SERVER_RESOLVE, /**< Unicast DNS servers for normal resolves (_domain._udp)*/
40 AVAHI_DNS_SERVER_UPDATE, /**< Unicast DNS servers for updates (_dns-update._udp)*/
44 /** Publish the specified unicast DNS server address via mDNS. You may
  /system/connectivity/shill/
active_link_monitor.h 43 // requests or unicast ARP requests in the case when gateway unicast ARP
52 // unicast failure count as arguments.
64 // When the sum of consecutive counted unicast and broadcast failures
118 // When the sum of consecutive unicast successes equals this value,
119 // we can assume that in general this gateway supports unicast ARP
120 // requests, and we will count future unicast failures.
125 // broadcast and unicast ARPs (at least one of each), LinkMonitor
172 // responses to unicast ARP requests.
178 // responses to unicast ARP requests
    [all...]
active_link_monitor_unittest.cc 306 // Unsuccessful unicast receptions.
324 // Unicast ARP.
525 // Unicast failures should not cause LinkMonitor errors if we haven't
526 // noted the gateway as reliably replying to unicast ARP messages. Test
527 // this by doing threshold - 1 successful unicast responses, followed
528 // by a ton of unicast failures.
541 // Cross the the unicast reliability threshold.
545 Log(_, _, HasSubstr("Unicast failures will now count")));
558 // Induce a final broadcast success followed by a unicast failure.
  /external/autotest/server/cros/network/
arping_runner.py 65 Unicast reply from 192.168.2.193 [14:7D:C5:E1:53:83] 2.842ms
66 Unicast reply from 192.168.2.193 [14:7D:C5:E1:53:83] 5.851ms
67 Unicast reply from 192.168.2.193 [14:7D:C5:E1:53:83] 2.565ms
68 Unicast reply from 192.168.2.193 [14:7D:C5:E1:53:83] 2.595ms
69 Unicast reply from 192.168.2.193 [14:7D:C5:E1:53:83] 2.534ms
70 Unicast reply from 192.168.2.193 [14:7D:C5:E1:53:83] 3.217ms
71 Unicast request from 192.168.2.193 [14:7D:C5:E1:53:83] 748.657ms
86 if line.find('Unicast reply from') == 0:
97 if line.find('Unicast request from') == 0:
  /external/avahi/initscript/freebsd/
avahi-dnsconfd.sh.in 10 # @sysconfdir@/avahi/avahi-dnsconfd.action for each unicast DNS server that
11 # is announced on the local LAN. This is useful for configuring unicast
  /external/avahi/initscript/fedora/
avahi-dnsconfd.in 8 # unicast DNS server that is announced on the local \
9 # LAN. This is useful for configuring unicast DNS servers \
24 # each unicast DNS server that is announced on the
25 # local LAN. This is useful for configuring unicast
  /prebuilts/go/darwin-x86/src/net/
interface_test.go 29 // ipv6LinkLocalUnicastAddr returns an IPv6 link-local unicast address
54 uni4, uni6 int // # of active connected unicast, anycast routes
98 // Test the existence of connected unicast routes for
101 t.Errorf("num IPv4 unicast routes = 0; want >0; summary: %+v", stats)
103 // Test the existence of connected unicast routes for
107 t.Errorf("num IPv6 unicast routes = 0; want >0; summary: %+v", stats)
124 // route clones when at least two connected unicast
152 // Test the existence of connected unicast routes for IPv4.
154 t.Errorf("num IPv4 unicast routes = 0; want >0; summary: %+v", stats)
156 // Test the existence of connected unicast routes for IPv6
    [all...]
  /prebuilts/go/linux-x86/src/net/
interface_test.go 29 // ipv6LinkLocalUnicastAddr returns an IPv6 link-local unicast address
54 uni4, uni6 int // # of active connected unicast, anycast routes
98 // Test the existence of connected unicast routes for
101 t.Errorf("num IPv4 unicast routes = 0; want >0; summary: %+v", stats)
103 // Test the existence of connected unicast routes for
107 t.Errorf("num IPv6 unicast routes = 0; want >0; summary: %+v", stats)
124 // route clones when at least two connected unicast
152 // Test the existence of connected unicast routes for IPv4.
154 t.Errorf("num IPv4 unicast routes = 0; want >0; summary: %+v", stats)
156 // Test the existence of connected unicast routes for IPv6
    [all...]
  /external/iptables/extensions/
libxt_addrtype.man 11 .BI "UNICAST"
12 an unicast address
libxt_pkttype.c 3 * packets by their type (BROADCAST, UNICAST, MULTICAST).
25 {"unicast", PACKET_HOST, 1, "to us"},
  /external/avahi/docs/
TODO 6 * Defer unicast responses the same way as multicast responses
33 * Unicast responses/queries
34 * Legacy unicast
40 * support known answer suppresion for incoming unicast queries
69 * add wide area support (i.e. DNS-SD over unicast DNS)
  /external/avahi/man/
avahi-dnsconfd.8.xml.in 24 <manpage name="avahi-dnsconfd" section="8" desc="Unicast DNS server from mDNS/DNS-SD configuration daemon">
35 the script <file>@pkgsysconfdir@/dnsconfd.action</file> for each unicast DNS
37 configuring unicast DNS servers in a DHCP-like fashion with
avahi-dnsconfd.action.8.xml.in 32 is called whenever a new unicast DNS server is found or
35 changed unicast DNS server configuration.</p>
  /external/mdnsresponder/mDNSShared/
mDNSResponder.8 23 .Nd Multicast and Unicast DNS daemon \" Name Description for whatis database
36 is also the system-wide Unicast DNS Resolver.
45 also performs Unicast and Multicast DNS Queries on behalf of client processes, and
  /external/autotest/server/site_tests/network_WiFi_LinkMonitorFailure/
network_WiFi_LinkMonitorFailure.py 27 # takes upto 50 seconds to fail (unicast ARP failures doesn't count since
28 # unicast ARP gateway support is not established).
  /libcore/ojluni/src/main/java/java/util/
TooManyListenersException.java 31 * the Java Event model to annotate and implement a unicast special case of
38 * implementing a unicast Listener special case, that is, that one and only
  /external/curl/tests/data/
test570 67 Transport: RAW/RAW/UDP;unicast;client_port=3056-3057
  /external/iproute2/
README.decnet 17 if your Ethernet card won't listen to more than one unicast
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpDiscoverPacket.java 36 (mBroadcast ? "broadcast " : "unicast ");
  /external/autotest/server/site_tests/network_WiFi_DTIMPeriod/
network_WiFi_DTIMPeriod.py 27 the AP is supposed to buffer unicast traffic.

Completed in 1438 milliseconds

1 2 3 4 5 6 7 8 91011>>