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

  /external/iproute2/ip/
routef 4 exec ip -4 ro flush scope global type unicast
  /external/libnl/lib/route/
rtnl.c 57 __ADD(RTN_UNICAST,unicast)
  /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 110 static void CheckAddressIsInSet(const std::string& if_name, bool unicast,
121 if (!unicast) {
122 // 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 222 * @unicast: 1 = individual unicast key, 0 = broadcast key
228 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx,
235 if (unicast)
241 unicast ? wpa_s->bssid : NULL,
242 keyidx, unicast, NULL, 0, key, keylen);
wpa_priv.c 972 &data->michael_mic_failure.unicast,
events.c     [all...]
  /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 448 os_memcpy(&data.michael_mic_failure.unicast, buf, sizeof(int));
driver_nl80211_event.c 900 data.michael_mic_failure.unicast = 1;
902 data.michael_mic_failure.unicast = 1;
    [all...]
driver_wext.c 244 data.michael_mic_failure.unicast =
245 os_strstr(custom, " unicast ") != NULL;
322 data.michael_mic_failure.unicast = !(mic->flags & IW_MICFAILURE_GROUP);
    [all...]
driver.h 4273 int unicast; member in struct:wpa_event_data::michael_mic_failure
    [all...]
driver_atheros.c     [all...]
driver_ndis.c     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
ip-tunnels.tex 377 route unicast packets, provided appropriate routes are added.

Completed in 676 milliseconds