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

1 2

  /external/iproute2/ip/
routef 4 exec ip -4 ro flush scope global type unicast
  /external/libnl/lib/route/
rtnl.c 62 __ADD(RTN_UNICAST,unicast)
  /prebuilts/go/darwin-x86/src/net/
interface_test.go 30 // ipv6LinkLocalUnicastAddr returns an IPv6 link-local unicast address
180 ipv4, ipv6 int // # of active connected unicast, anycast or multicast routes
264 // Test the existence of connected unicast routes for IPv4.
266 return fmt.Errorf("num IPv4 unicast routes = 0; want >0; summary: %+v, %+v", ifStats, uniStats)
268 // Test the existence of connected unicast routes for IPv6.
272 return fmt.Errorf("num IPv6 unicast routes = 0; want >0; summary: %+v, %+v", ifStats, uniStats)
291 // route clones when at least two connected unicast
interface.go 72 // Addrs returns a list of unicast interface addresses for a specific
110 // InterfaceAddrs returns a list of the system's unicast interface
ip.go 146 // unicast address.
154 // IsGlobalUnicast reports whether ip is a global unicast
157 // The identification of global unicast addresses uses address type
161 // local IPv6 unicast address space.
interface_windows.go 35 // multiple IP addresses including unicast, anycast and multicast
cgo_unix.go 240 // Unicast DNS ASCII or <=253 + a NUL terminator
243 // the same as unicast DNS ASCII <=253 + a NUL terminator
udpsock_test.go 27 b.Skip("IPv6 link-local unicast address not found")
  /prebuilts/go/linux-x86/src/net/
interface_test.go 30 // ipv6LinkLocalUnicastAddr returns an IPv6 link-local unicast address
180 ipv4, ipv6 int // # of active connected unicast, anycast or multicast routes
264 // Test the existence of connected unicast routes for IPv4.
266 return fmt.Errorf("num IPv4 unicast routes = 0; want >0; summary: %+v, %+v", ifStats, uniStats)
268 // Test the existence of connected unicast routes for IPv6.
272 return fmt.Errorf("num IPv6 unicast routes = 0; want >0; summary: %+v, %+v", ifStats, uniStats)
291 // route clones when at least two connected unicast
interface.go 72 // Addrs returns a list of unicast interface addresses for a specific
110 // InterfaceAddrs returns a list of the system's unicast interface
ip.go 146 // unicast address.
154 // IsGlobalUnicast reports whether ip is a global unicast
157 // The identification of global unicast addresses uses address type
161 // local IPv6 unicast address space.
interface_windows.go 35 // multiple IP addresses including unicast, anycast and multicast
cgo_unix.go 240 // Unicast DNS ASCII or <=253 + a NUL terminator
243 // the same as unicast DNS ASCII <=253 + a NUL terminator
udpsock_test.go 27 b.Skip("IPv6 link-local unicast address not found")
  /external/dhcpcd-6.8.2/
dhcp6.h 197 struct in6_addr unicast; member in struct:dhcp6_state
dhcp6.c 513 const struct dhcp6_option *si, *unicast; local
687 unicast = NULL;
688 /* Depending on state, get the unicast address */
697 unicast = dhcp6_getmoption(D6_OPTION_UNICAST, m, ml);
707 unicast = dhcp6_getmoption(D6_OPTION_UNICAST, m, ml);
714 unicast = dhcp6_getmoption(D6_OPTION_UNICAST, m, ml);
745 /* If we found a unicast option, copy it to our state for sending */
746 if (unicast && ntohs(unicast->len) == sizeof(state->unicast))
    [all...]
dhcpcd-definitions.conf 329 define6 12 ip6address unicast
  /bionic/tests/
ifaddrs_test.cpp 112 static void CheckAddressIsInSet(const std::string& if_name, bool unicast,
123 if (!unicast) {
124 // For non-unicast, the specific ioctl to use depends on whether the IFF_BROADCAST flag is set.
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 155 * @unicast: Non-zero = unicast, 0 = multicast/broadcast key
161 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 223 * @unicast: 1 = individual unicast key, 0 = broadcast key
229 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx,
236 if (unicast)
242 unicast ? wpa_s->bssid : NULL,
243 keyidx, unicast, NULL, 0, key, keylen);
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
TechNotes.txt 129 - VirtioNetReceiveFilters [SnpReceiveFilters.c]: emulate unicast / multicast /
  /external/wpa_supplicant_8/src/drivers/
driver_bsd.c 382 * Deduce whether group/global or unicast key by checking
384 * keys default; doing this for a unicast key is an error.
832 data.michael_mic_failure.unicast = 1;
    [all...]
driver_hostap.c 803 data.michael_mic_failure.unicast = 1;
driver_privsep.c 468 os_memcpy(&data.michael_mic_failure.unicast, buf, sizeof(int));
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 277 milliseconds

1 2