HomeSort by relevance Sort by last modified time
    Searched full:unicast (Results 101 - 125 of 358) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/net/
if_ieee1394.h 47 u_int8_t iha_offset[6]; /* unicast FIFO address */
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/net/
if_ieee1394.h 47 u_int8_t iha_offset[6]; /* unicast FIFO address */
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/net/
if_ieee1394.h 47 u_int8_t iha_offset[6]; /* unicast FIFO address */
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/net/
if_ieee1394.h 47 u_int8_t iha_offset[6]; /* unicast FIFO address */
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/net/
if_ieee1394.h 47 u_int8_t iha_offset[6]; /* unicast FIFO address */
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/net/
if_ieee1394.h 47 u_int8_t iha_offset[6]; /* unicast FIFO address */
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/net/
if_ieee1394.h 47 u_int8_t iha_offset[6]; /* unicast FIFO address */
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/net/
if_ieee1394.h 47 u_int8_t iha_offset[6]; /* unicast FIFO address */
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/net/
if_ieee1394.h 47 u_int8_t iha_offset[6]; /* unicast FIFO address */
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/net/
if_ieee1394.h 47 u_int8_t iha_offset[6]; /* unicast FIFO address */
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/net/
if_ieee1394.h 47 u_int8_t iha_offset[6]; /* unicast FIFO address */
  /system/core/libcutils/
uevent.c 91 /* ignore unicast messages when requested */
  /external/curl/docs/examples/
rtsp.c 175 const char *transport = "RTP/AVP;unicast;client_port=1234-1235"; /* UDP */
177 const char *transport = "RTP/AVP/TCP;unicast;client_port=1234-1235"; /* TCP */
  /prebuilts/go/darwin-x86/src/net/
cgo_unix.go 175 // Unicast DNS ASCII or <=253 + a NUL terminator
178 // the same as unicast DNS ASCII <=253 + a NUL terminator
  /prebuilts/go/linux-x86/src/net/
cgo_unix.go 175 // Unicast DNS ASCII or <=253 + a NUL terminator
178 // the same as unicast DNS ASCII <=253 + a NUL terminator
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 222 * @unicast: 1 = individual unicast key, 0 = broadcast key
228 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx,
235 if (unicast)
241 unicast ? wpa_s->bssid : NULL,
242 keyidx, unicast, NULL, 0, key, keylen);
  /external/avahi/avahi-core/
server.c 373 if (!(reply = avahi_dns_packet_new_reply(p, 512 + AVAHI_DNS_PACKET_EXTRA_SIZE /* unicast DNS maximum packet size is 512 */ , 1, 1)))
384 avahi_log_warn("Record [%s] not fitting in legacy unicast packet, dropping.", t);
421 * The client requested an unicast response in that
796 /* Reflecting legacy unicast queries is a little more complicated
801 unicast query and response packets are reflected untouched and
805 /* No slot available, we drop this legacy unicast query */
806 avahi_log_warn("No slot available for legacy unicast reflection, dropping query packet.");
939 /* Legacy Unicast */
943 avahi_log_warn("Invalid legacy unicast query packet.");
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp 824 "RTP/AVP/UDP;unicast %u %u mode=play",
828 "RTP/AVP/TCP;unicast %u %u mode=play",
    [all...]
  /libcore/ojluni/src/main/java/java/net/
Inet4Address.java 200 * a link local address; or false if address is not a link local unicast address.
204 // link-local unicast in IPv4 (169.254.0.0/16)
217 * a site local address; or false if address is not a site local unicast address.
  /external/dbus/test/
dbus-daemon-eavesdrop.c 182 /* send a unicast signal to <self> to ensure that no other connection
204 /* send a unicast signal to <receiver>, making <politelistener> and
  /external/dhcpcd-6.8.2/
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/kernel-headers/original/uapi/linux/
capability.h 311 /* Allow writing the audit log via unicast netlink socket */
315 /* Allow configuration of audit via unicast netlink socket */
  /external/mdnsresponder/
README.txt 40 unicast to a specific known server. Every host on the local link runs an
44 unicast DNS, and the same name structure, and the same DNS record types.
  /external/tcpdump/
print-pim.c 459 * following representation for unicast addresses. However, RFC2117
460 * specified no encoding for unicast addresses with the unicast
464 * field into a 'unicast-address-length-in-bytes' field. We guess
504 * | Addr Family | Encoding Type | Unicast Address |
814 * | Unicast-Upstream Neighbor Address |
927 /* Encoded-Unicast-BSR-Address */
1030 /* Encoded-Unicast-RP-Address */
  /system/connectivity/shill/shims/
netfilter_queue_processor_unittest.cc 298 // So will a unicast packet (other unicast cases are tested above in

Completed in 815 milliseconds

1 2 3 45 6 7 8 91011>>