/third_party/lwip/doc/ |
D | NO_SYS_SampleCode.c | 28 int unicast = ((p->payload[0] & 0x01) == 0); in netif_output() local 29 if (unicast) { in netif_output() 105 int unicast = ((p->payload[0] & 0x01) == 0); in main() local 106 if (unicast) { in main()
|
D | mdns.txt | 51 the multicast groups and any MDNS/legacy DNS requests sent unicast or multicast
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | README | 72 >> Transport: RTP/AVP/UDP;unicast;client_port=5000-5001,RTP/AVP/UDP;multicast,RTP/AVP/TCP 75 << Transport: RTP/AVP/UDP;unicast;client_port=5000-5001;server_port=6000-6001 129 >> Transport: RTP/AVP/UDP;unicast;client_port=5000-5001,RTP/AVP/UDP;multicast,RTP/AVP/TCP 246 >> Transport: RTP/AVP/UDP;unicast;client_port=5000-5001,RTP/AVP/UDP;multicast,RTP/AVP/TCP 249 << Transport: RTP/AVP/UDP;unicast;client_port=5000-5001;server_port=6000-6001 263 RTP/AVP/UDP;unicast;client_port=5000-5001
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wpas_glue.c | 245 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx, in wpa_eapol_set_wep_key() argument 252 if (unicast) in wpa_eapol_set_wep_key() 258 unicast ? wpa_s->bssid : NULL, in wpa_eapol_set_wep_key() 259 keyidx, unicast, NULL, 0, key, keylen, in wpa_eapol_set_wep_key() 260 unicast ? KEY_FLAG_PAIRWISE_RX_TX : in wpa_eapol_set_wep_key()
|
D | todo.txt | 11 - Cisco AP and non-zero keyidx for unicast -> map to broadcast 14 for unicast); worked also with Host AP driver and madwifi
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | todo.txt | 11 - Cisco AP and non-zero keyidx for unicast -> map to broadcast 14 for unicast); worked also with Host AP driver and madwifi
|
D | wpas_glue.c | 235 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx, in wpa_eapol_set_wep_key() argument 242 if (unicast) in wpa_eapol_set_wep_key() 248 unicast ? wpa_s->bssid : NULL, in wpa_eapol_set_wep_key() 249 keyidx, unicast, NULL, 0, key, keylen); in wpa_eapol_set_wep_key()
|
/third_party/libbpf/src/ |
D | netlink.c | 550 bool unicast) in __get_tc_info() argument 557 if (unicast && info->processed) in __get_tc_info() 571 return unicast ? NL_NEXT : NL_DONE; in __get_tc_info()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | 00_Descriptions.txt | 95 UDP datagram sender (not only unicast but also multicast)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/ |
D | eapol_supp_sm.h | 163 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/ |
D | eapol_supp_sm.h | 163 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
|
/third_party/lwip/src/apps/mdns/ |
D | mdns.c | 272 u16_t unicast; member 900 …(struct mdns_outpacket *outpkt, struct mdns_domain *domain, u16_t type, u16_t klass, u16_t unicast) in mdns_add_question() argument 937 if (unicast) { in mdns_add_question() 1101 question->unicast = question->info.klass & 0x8000; in mdns_read_question() 1592 if (q.unicast) { in mdns_handle_question()
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rfc2327.txt | 201 session. In a unicast environment, only the latter purpose is likely 255 For an IP unicast session, the following are conveyed: 668 unicast IP address of the expected data source or data relay or 670 expected that fully-qualified domain names or unicast addresses 681 unicast data stream is to pass through a network address 683 unicast IP address is RECOMMENDED. In other cases, the use of an 739 IP unicast addresses. 1072 sent to a unicast address, it may be necessary to specify multiple 1309 mode. An example may be where a different unicast address is to 1578 INAPPROPRIATE for a firewall to open such holes for unicast data [all …]
|
D | rfc3550.txt | 37 simulation data, over multicast or unicast network services. RTP 375 might be unicast to a single recipient or multicast on a different 497 participant, as in the case of individual unicast network 498 addresses and port pairs. In the unicast case, a participant may 517 party conference implemented using unicast UDP with each 588 replicators from multicast to unicast, and application-level 1113 mechanisms that can only work in unicast mode and will not scale to 1430 o For unicast sessions, the reduced value MAY be used by 1556 a multicast environment or a multipoint unicast environment MUST meet 1561 unicast operation SHOULD still use randomization of the RTCP [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.conf.sgml | 126 (require both unicast and broadcast); use EAP-TLS for
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.conf.sgml | 122 (require both unicast and broadcast); use EAP-TLS for
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | README | 204 wep_key_len_unicast option can be used to configure individual unicast 325 # (unicast packets). This is a space separated list of algorithms:
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | README | 204 wep_key_len_unicast option can be used to configure individual unicast 325 # (unicast packets). This is a space separated list of algorithms:
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_bsd.c | 832 data.michael_mic_failure.unicast = 1; in bsd_wireless_event_receive() 1327 event.michael_mic_failure.unicast = in wpa_driver_bsd_event_receive()
|
D | driver_privsep.c | 467 os_memcpy(&data.michael_mic_failure.unicast, buf, sizeof(int)); in wpa_driver_privsep_event_michael_mic_failure()
|
D | driver_wext.c | 244 data.michael_mic_failure.unicast = in wpa_driver_wext_event_wireless_custom() 313 data.michael_mic_failure.unicast = !(mic->flags & IW_MICFAILURE_GROUP); in wpa_driver_wext_event_wireless_michaelmicfailure()
|
D | driver_hostap.c | 808 data.michael_mic_failure.unicast = 1; in hostapd_wireless_event_wireless_custom()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_privsep.c | 473 os_memcpy(&data.michael_mic_failure.unicast, buf, sizeof(int)); in wpa_driver_privsep_event_michael_mic_failure()
|
D | driver_wext.c | 244 data.michael_mic_failure.unicast = in wpa_driver_wext_event_wireless_custom() 313 data.michael_mic_failure.unicast = !(mic->flags & IW_MICFAILURE_GROUP); in wpa_driver_wext_event_wireless_michaelmicfailure()
|
D | driver_hostap.c | 812 data.michael_mic_failure.unicast = 1; in hostapd_wireless_event_wireless_custom()
|