| /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::__anon3728
|
| /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/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/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...] |