HomeSort by: relevance | last modified time | path
    Searched defs:unicast (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/net/
if_ieee1394subr.c 98 int unicast; local
110 * For unicast, we make a tag to store the lladdr of the
118 unicast = !(m0->m_flags & (M_BCAST | M_MCAST));
119 if (unicast) {
138 if (unicast &&
159 * called only if unicast. Should it be enabled?
165 if (unicast) {
188 if (unicast)
199 unicast &&
209 if (unicast) {
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
thread-service.h 72 struct thread_unicast_service unicast; member in union:thread_service::__anon6039
  /src/external/bsd/tcpdump/dist/
print-babel.c 450 u_short seqno, interval, unicast; local
456 unicast = (GET_BE_U_2(message + 2) & UNICAST_MASK);
459 if(unicast)
460 ND_PRINT("(Unicast) ");
  /src/external/bsd/dhcpcd/dist/src/
dhcp6.h 209 struct in6_addr unicast; member in struct:dhcp6_state
dhcp6.c 729 uint8_t *p, *si, *unicast, IA; local
971 unicast = NULL;
974 unicast = dhcp6_findmoption(m, ml, D6_OPTION_UNICAST, &uni_len);
977 unicast = NULL;
982 * We should try and match an address we have to unicast to,
984 if (unicast != NULL && !(ifp->ctx->options & DHCPCD_MANAGER)) {
985 logdebugx("%s: ignoring unicast option as not manager",
987 unicast = NULL;
1015 /* If we found a unicast option, copy it to our state for sending */
1016 if (unicast && uni_len == sizeof(state->unicast)
    [all...]
  /src/external/mpl/dhcp/dist/client/
dhc6.c 2417 * Don't use unicast as we don't know if we still have an
2856 * we have to delete the unicast option from the active
2967 * we have to delete the unicast option from the active
3005 * we have to delete the unicast option from the active
5190 struct sockaddr_in6 unicast, *dest_addr = &DHCPv6DestAddr; local
5240 * Check whether the server has sent a unicast option; if so, we can
5248 log_error("Invalid unicast option length %d.", ds.len);
5250 memset(&unicast, 0, sizeof(DHCPv6DestAddr));
5251 unicast.sin6_family = AF_INET6;
5252 unicast.sin6_port = remote_port
    [all...]
  /src/sys/dev/pci/
if_iavf.c 1414 int unicast, multicast; local
1422 unicast = 0;
1425 unicast = 1;
1431 iavf_config_promisc_mode(sc, unicast, multicast);
2037 iavf_evcnt_attach(&isc->isc_rx_unicast, dn, "Rx unicast");
2045 iavf_evcnt_attach(&isc->isc_tx_unicast, dn, "Tx unicast");
5006 iavf_config_promisc_mode(struct iavf_softc *sc, int unicast, int multicast)
5020 if (unicast)
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 469 * ISC_TRUE if packet received unicast (as opposed to multicast).
472 isc_boolean_t unicast; member in struct:packet
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 66 /* Filter unicast IP packets encrypted using the GTK */
1634 * unicast conversion for ARP, IPv4, and IPv6 frames (possibly within
1640 * as the ability to drop unicast IP packets received within multicast
1911 * are used both for broadcast and unicast; when clearing keys, %NULL
1919 * (0..3), usually 0 for unicast keys; 4..5 for IGTK; 6..7 for BIGTK */
1925 * Only used when driver does not support separate unicast/individual
1934 * with broadcast keys and set to zero for unicast keys); %NULL if not
3597 * unicast keys (i.e., addr != %NULL).
5889 * for unicast Probe Request frame.
6178 int unicast; member in struct:wpa_event_data::michael_mic_failure
    [all...]

Completed in 49 milliseconds