Home
last modified time | relevance | path

Searched refs:unicast (Results 1 – 25 of 50) sorted by relevance

12

/third_party/lwip/doc/
DNO_SYS_SampleCode.c28 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()
Dmdns.txt51 the multicast groups and any MDNS/legacy DNS requests sent unicast or multicast
/third_party/gstreamer/gstplugins_good/gst/rtsp/
DREADME72 >> 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/
Dwpas_glue.c245 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()
Dtodo.txt11 - 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/
Dtodo.txt11 - Cisco AP and non-zero keyidx for unicast -> map to broadcast
14 for unicast); worked also with Host AP driver and madwifi
Dwpas_glue.c235 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/
Dnetlink.c550 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/
D00_Descriptions.txt95 UDP datagram sender (not only unicast but also multicast)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
Deapol_supp_sm.h163 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
Deapol_supp_sm.h163 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
/third_party/lwip/src/apps/mdns/
Dmdns.c272 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/
Drfc2327.txt201 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 …]
Drfc3550.txt37 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/
Dwpa_supplicant.conf.sgml126 (require both unicast and broadcast); use EAP-TLS for
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/
Dwpa_supplicant.conf.sgml122 (require both unicast and broadcast); use EAP-TLS for
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DREADME204 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/
DREADME204 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/
Ddriver_bsd.c832 data.michael_mic_failure.unicast = 1; in bsd_wireless_event_receive()
1327 event.michael_mic_failure.unicast = in wpa_driver_bsd_event_receive()
Ddriver_privsep.c467 os_memcpy(&data.michael_mic_failure.unicast, buf, sizeof(int)); in wpa_driver_privsep_event_michael_mic_failure()
Ddriver_wext.c244 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()
Ddriver_hostap.c808 data.michael_mic_failure.unicast = 1; in hostapd_wireless_event_wireless_custom()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_privsep.c473 os_memcpy(&data.michael_mic_failure.unicast, buf, sizeof(int)); in wpa_driver_privsep_event_michael_mic_failure()
Ddriver_wext.c244 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()
Ddriver_hostap.c812 data.michael_mic_failure.unicast = 1; in hostapd_wireless_event_wireless_custom()

12