HomeSort by relevance Sort by last modified time
    Searched refs:src_addr (Results 51 - 75 of 151) sorted by null

1 23 4 5 6 7

  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
rds.h 119 __be32 src_addr; member in struct:rds_info_rdma_connection
  /external/lldb/source/Target/
RegisterContext.cpp 291 lldb::addr_t src_addr,
339 const uint32_t bytes_read = process_sp->ReadMemory (src_addr, src, src_len, error);
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c 40 void (*rx_callback)(void *ctx, const u8 *src_addr,
229 void (*rx_callback)(void *ctx, const u8 *src_addr,
l2_packet_pcap.c 35 void (*rx_callback)(void *ctx, const u8 *src_addr,
280 void (*rx_callback)(void *ctx, const u8 *src_addr,
l2_packet_winpcap.c 52 void (*rx_callback)(void *ctx, const u8 *src_addr,
200 void (*rx_callback)(void *ctx, const u8 *src_addr,
l2_packet_ndis.c 70 void (*rx_callback)(void *ctx, const u8 *src_addr,
350 void (*rx_callback)(void *ctx, const u8 *src_addr,
  /bionic/libc/dns/net/
getaddrinfo.c 1496 sockaddr_union src_addr; member in struct:addrinfo_sort_elem
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 773 static void atheros_raw_recv_wps(void *ctx, const u8 *src_addr, const u8 *buf,
804 static void atheros_raw_recv_11r(void *ctx, const u8 *src_addr, const u8 *buf,
878 static void atheros_raw_recv_hs20(void *ctx, const u8 *src_addr, const u8 *buf,
961 static void atheros_raw_recv_11v(void *ctx, const u8 *src_addr, const u8 *buf,
1004 static void atheros_raw_receive(void *ctx, const u8 *src_addr, const u8 *buf,
1008 atheros_raw_recv_wps(ctx, src_addr, buf, len);
1011 atheros_raw_recv_11r(ctx, src_addr, buf, len);
1014 atheros_raw_recv_11v(ctx, src_addr, buf, len);
1017 atheros_raw_recv_hs20(ctx, src_addr, buf, len);
    [all...]
driver_roboswitch.c 170 static void wpa_driver_roboswitch_receive(void *priv, const u8 *src_addr,
177 drv_event_eapol_rx(drv->ctx, src_addr, buf + 14, len - 14);
driver_madwifi.c 704 static void madwifi_raw_receive(void *ctx, const u8 *src_addr, const u8 *buf,
1118 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len)
1121 drv_event_eapol_rx(drv->hapd, src_addr, buf + sizeof(struct l2_ethhdr),
    [all...]
  /external/ltrace/sysdeps/linux-gnu/
proc.c 322 proc_find_dynamic_entry_addr(struct process *proc, arch_addr_t src_addr,
327 if (ret == NULL || src_addr == 0 || d_tag < 0)
333 if (dyn_fetcher(proc)(proc, &src_addr, &entry) < 0
  /external/chromium_org/ppapi/shared_impl/private/
net_address_private_impl.cc 303 PP_Bool ReplacePort(const struct PP_NetAddress_Private* src_addr,
306 const NetAddress* src_net_addr = ToNetAddress(src_addr);
  /external/wpa_supplicant_8/src/ap/
preauth_auth.c 41 static void rsn_preauth_receive(void *ctx, const u8 *src_addr,
wpa_auth.h 298 int wpa_ft_rrb_rx(struct wpa_authenticator *wpa_auth, const u8 *src_addr,
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 21 int wpa_derive_ptk_ft(struct wpa_sm *sm, const unsigned char *src_addr,
673 size_t ies_len, const u8 *src_addr)
772 if (wpa_ft_mic(sm->ptk.kck, sm->own_addr, src_addr, 6,
800 if (wpa_ft_install_ptk(sm, src_addr) < 0)
wpa_i.h 326 int wpa_derive_ptk_ft(struct wpa_sm *sm, const unsigned char *src_addr,
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 785 int ibss_rsn_rx_eapol(struct ibss_rsn *ibss_rsn, const u8 *src_addr,
793 peer = ibss_rsn_get_peer(ibss_rsn, src_addr);
802 peer = ibss_rsn_peer_init(ibss_rsn, src_addr);
808 MACSTR, MAC2STR(src_addr));
wpa_priv.c 317 static void wpa_priv_l2_rx(void *ctx, const u8 *src_addr, const u8 *buf,
324 io[0].iov_base = (u8 *) src_addr;
881 void wpa_supplicant_rx_eapol(void *ctx, const u8 *src_addr,
892 io[1].iov_base = (u8 *) src_addr;
wpa_supplicant.c     [all...]
  /hardware/samsung_slsi/exynos5/libcsc/
csc.c 295 void *src_addr[3]; local
299 src_addr[0] = handle->src_buffer.planes[CSC_Y_PLANE];
300 src_addr[1] = handle->src_buffer.planes[CSC_UV_PLANE];
309 src_addr,
  /hardware/intel/img/psb_video/src/
vsp_VPP.c 403 unsigned char *src_addr, *dest_addr; local
616 psb_buffer_map(&(input_surface->psb_surface->buf), &src_addr);
618 memcpy(dest_addr, src_addr, cur_output_surf->psb_surface->size);
    [all...]
  /bionic/libc/kernel/uapi/linux/
wireless.h 427 struct sockaddr src_addr; member in struct:iw_michaelmicfailure
  /development/ndk/platforms/android-3/include/linux/
wireless.h 392 struct sockaddr src_addr; member in struct:iw_michaelmicfailure
  /development/ndk/platforms/android-L/include/linux/
wireless.h 427 struct sockaddr src_addr; member in struct:iw_michaelmicfailure
  /external/kernel-headers/original/uapi/linux/
wireless.h 869 struct sockaddr src_addr; member in struct:iw_michaelmicfailure
    [all...]

Completed in 1335 milliseconds

1 23 4 5 6 7