Home
last modified time | relevance | path

Searched defs:fromlen (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_priv.c57 struct sockaddr_un *from, socklen_t fromlen) in wpa_priv_cmd_register()
183 socklen_t fromlen) in wpa_priv_get_scan_results2()
232 socklen_t fromlen) in wpa_priv_cmd_get_scan_results()
345 struct sockaddr_un *from, socklen_t fromlen) in wpa_priv_cmd_get_bssid()
366 struct sockaddr_un *from, socklen_t fromlen) in wpa_priv_cmd_get_ssid()
428 struct sockaddr_un *from, socklen_t fromlen) in wpa_priv_cmd_get_capa()
486 socklen_t fromlen, in wpa_priv_cmd_l2_register()
547 socklen_t fromlen) in wpa_priv_cmd_l2_unregister()
582 struct sockaddr_un *from, socklen_t fromlen, in wpa_priv_cmd_l2_send()
645 socklen_t fromlen = sizeof(from); in wpa_priv_receive() local
H A Dctrl_iface_udp.c83 socklen_t fromlen) in wpa_supplicant_ctrl_iface_attach()
116 socklen_t fromlen)
160 socklen_t fromlen,
232 socklen_t fromlen = sizeof(from); local
634 socklen_t fromlen = sizeof(from); local
H A Dctrl_iface_unix.c104 socklen_t fromlen, int global) in wpa_supplicant_ctrl_iface_attach()
112 socklen_t fromlen) in wpa_supplicant_ctrl_iface_detach()
120 socklen_t fromlen, in wpa_supplicant_ctrl_iface_level()
137 socklen_t fromlen = sizeof(from); in wpa_supplicant_ctrl_iface_receive() local
1043 socklen_t fromlen = sizeof(from); in wpa_supplicant_ctrl_iface_wait() local
1106 socklen_t fromlen = sizeof(from); in wpa_supplicant_global_ctrl_iface_receive() local
/aosp_15_r20/external/wpa_supplicant_8/src/common/
H A Dctrl_iface_common.c144 socklen_t fromlen, const char *input) in ctrl_iface_attach()
171 socklen_t fromlen) in ctrl_iface_detach()
191 socklen_t fromlen, const char *level) in ctrl_iface_level()
/aosp_15_r20/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c91 socklen_t fromlen, const char *input) in hostapd_ctrl_iface_attach()
99 socklen_t fromlen) in hostapd_ctrl_iface_detach()
107 socklen_t fromlen, in hostapd_ctrl_iface_level()
4042 socklen_t fromlen) in hostapd_ctrl_iface_receive_process()
4662 socklen_t fromlen = sizeof(from); in hostapd_ctrl_iface_receive() local
4748 socklen_t fromlen) in hostapd_mld_ctrl_iface_receive_process()
4841 socklen_t fromlen = sizeof(from); in hostapd_mld_ctrl_iface_receive() local
5436 socklen_t fromlen, char *input) in hostapd_global_ctrl_iface_attach()
5445 socklen_t fromlen) in hostapd_global_ctrl_iface_detach()
5726 socklen_t fromlen) in hostapd_global_ctrl_iface_ifname()
[all …]
/aosp_15_r20/external/flac/src/share/utf8/
H A Dutf8.c147 const char *from, size_t fromlen, in convert_buffer()
171 size_t fromlen; in convert_string() local
H A Diconvert.c57 const char *from, size_t fromlen, in iconvert()
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/recvfrom/
H A Drecvfrom01.c65 socklen_t fromlen; variable
291 socklen_t fromlen; in do_child() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/recvmsg/
H A Drecvmsg01.c59 int fromlen; member
441 socklen_t fromlen; in do_child() local
/aosp_15_r20/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_linux.c154 socklen_t fromlen; in l2_packet_receive() local
225 socklen_t fromlen; in l2_packet_receive_br() local
H A Dl2_packet_privsep.c100 socklen_t fromlen = sizeof(from); in l2_packet_receive() local
/aosp_15_r20/external/wpa_supplicant_8/src/radius/
H A Dradius_server.c1249 struct sockaddr *from, socklen_t fromlen, in radius_server_reject()
1359 struct sockaddr *from, socklen_t fromlen, in radius_server_request()
1680 socklen_t fromlen; in radius_server_receive_auth() local
1810 socklen_t fromlen; in radius_server_receive_acct() local
H A Dradius_das.c404 socklen_t fromlen; in radius_das_receive() local
/aosp_15_r20/external/ltp/utils/sctp/lib/
H A Drecvmsg.c56 socklen_t *fromlen, struct sctp_sndrcvinfo *sinfo, in sctp_recvmsg()
/aosp_15_r20/external/ltp/testcases/network/tcp_cmds/sendfile/
H A Dtestsf_s.c89 socklen_t fromlen = sizeof(from); in main() local
/aosp_15_r20/external/wpa_supplicant_8/src/drivers/
H A Dnetlink.c42 socklen_t fromlen; in netlink_receive() local
/aosp_15_r20/packages/modules/DnsResolver/
Dres_send.cpp1144 socklen_t fromlen = sizeof(from); in send_dg() local
1236 socklen_t fromlen = sizeof(from); in send_mdns() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/send/
H A Dsend01.c205 socklen_t fromlen; in do_child() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/recv/
H A Drecv01.c260 socklen_t fromlen; in do_child() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/sendto/
H A Dsendto01.c275 socklen_t fromlen; in do_child() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/connect/
H A Dconnect01.c282 socklen_t fromlen; in do_child() local
/aosp_15_r20/libcore/ojluni/src/main/native/
H A Dlinux_close.cpp141 struct sockaddr *from, int *fromlen) { in NET_RecvFrom()
/aosp_15_r20/external/iputils/
H A Dtftpd.c91 socklen_t fromlen; variable
/aosp_15_r20/external/e2fsprogs/misc/
H A Duuidd.c235 socklen_t fromlen; in server_loop() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/sendmsg/
H A Dsendmsg01.c482 socklen_t fromlen; in do_child() local

12