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

  /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...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 64 /* Filter unicast IP packets encrypted using the GTK */
1259 * unicast conversion for ARP, IPv4, and IPv6 frames (possibly within
1265 * as the ability to drop unicast IP packets received within multicast
4568 int unicast; member in struct:wpa_event_data::michael_mic_failure
    [all...]

Completed in 127 milliseconds