Home
last modified time | relevance | path

Searched defs:sock (Results 1 – 25 of 188) sorted by relevance

12345678

/external/wpa_supplicant_8/src/drivers/
Dlinux_ioctl.c18 int linux_set_iface_flags(int sock, const char *ifname, int dev_up) in linux_set_iface_flags()
58 int linux_iface_up(int sock, const char *ifname) in linux_iface_up()
80 int linux_get_ifhwaddr(int sock, const char *ifname, u8 *addr) in linux_get_ifhwaddr()
103 int linux_set_ifhwaddr(int sock, const char *ifname, const u8 *addr) in linux_set_ifhwaddr()
136 int linux_br_add(int sock, const char *brname) in linux_br_add()
148 int linux_br_del(int sock, const char *brname) in linux_br_del()
160 int linux_br_add_if(int sock, const char *brname, const char *ifname) in linux_br_add_if()
182 int linux_br_del_if(int sock, const char *brname, const char *ifname) in linux_br_del_if()
/external/openssh/
Dmonitor.c652 mm_answer_moduli(int sock, Buffer *m) in mm_answer_moduli()
688 mm_answer_sign(int sock, Buffer *m) in mm_answer_sign()
785 mm_answer_pwnamallow(int sock, Buffer *m) in mm_answer_pwnamallow()
875 int mm_answer_auth2_read_banner(int sock, Buffer *m) in mm_answer_auth2_read_banner()
889 mm_answer_authserv(int sock, Buffer *m) in mm_answer_authserv()
907 mm_answer_authpassword(int sock, Buffer *m) in mm_answer_authpassword()
944 mm_answer_bsdauthquery(int sock, Buffer *m) in mm_answer_bsdauthquery()
974 mm_answer_bsdauthrespond(int sock, Buffer *m) in mm_answer_bsdauthrespond()
1007 mm_answer_skeyquery(int sock, Buffer *m) in mm_answer_skeyquery()
1028 mm_answer_skeyrespond(int sock, Buffer *m) in mm_answer_skeyrespond()
[all …]
Dauthfd.c91 int sock, oerrno; in ssh_get_authentication_socket() local
125 ssh_request_reply(int sock, struct sshbuf *request, struct sshbuf *reply) in ssh_request_reply()
173 ssh_close_authentication_socket(int sock) in ssh_close_authentication_socket()
181 ssh_lock_agent(int sock, int lock, const char *password) in ssh_lock_agent()
267 ssh_fetch_identitylist(int sock, int version, struct ssh_identitylist **idlp) in ssh_fetch_identitylist()
390 ssh_decrypt_challenge(int sock, struct sshkey* key, BIGNUM *challenge, in ssh_decrypt_challenge()
431 ssh_agent_sign(int sock, struct sshkey *key, in ssh_agent_sign()
541 ssh_add_identity_constrained(int sock, struct sshkey *key, const char *comment, in ssh_add_identity_constrained()
603 ssh_remove_identity(int sock, struct sshkey *key) in ssh_remove_identity()
653 ssh_update_card(int sock, int add, const char *reader_id, const char *pin, in ssh_update_card()
[all …]
Dcanohost.c48 get_remote_hostname(int sock, int use_dns) in get_remote_hostname()
153 check_ip_options(int sock, char *ipaddr) in check_ip_options()
241 get_socket_address(int sock, int remote, int flags) in get_socket_address()
289 get_peer_ipaddr(int sock) in get_peer_ipaddr()
299 get_local_ipaddr(int sock) in get_local_ipaddr()
372 get_sock_port(int sock, int local) in get_sock_port()
427 get_peer_port(int sock) in get_peer_port()
Dmonitor_fdpass.c52 mm_send_fd(int sock, int fd) in mm_send_fd()
114 mm_receive_fd(int sock) in mm_receive_fd()
/external/libvncserver/libvncclient/
Dsockets.c38 #define read(sock,buf,len) recv(sock,buf,len,0) argument
39 #define write(sock,buf,len) send(sock,buf,len,0) argument
304 int sock; in ConnectClientToTcpAddr() local
344 int sock; in ConnectClientToTcpAddr6() local
440 int sock, port; in FindFreeTcpPort() local
488 int sock; in ListenAtTcpPortAndAddress() local
600 int sock; in AcceptTcpConnection() local
627 SetNonBlocking(int sock)
650 SetDSCP(int sock, int dscp)
731 SameMachine(int sock)
/external/libvncserver/libvncserver/
Dsockets.c95 #define read(sock,buf,len) recv(sock,buf,len,0) argument
98 #define write(sock,buf,len) send(sock,buf,len,0) argument
383 int sock = -1; in rfbProcessNewConnection() local
506 int sock; in rfbConnect() local
545 int sock = cl->sock; in rfbReadExactTimeout() local
637 int sock = cl->sock; in rfbPeekExactTimeout() local
715 int sock = cl->sock; in rfbWriteExact() local
831 int sock; in rfbListenOnTCPPort() local
941 int sock; in rfbConnectToTcpAddr() local
1013 int sock; in rfbListenOnUDPPort() local
[all …]
/external/deqp/framework/delibs/deutil/
DdeSocket.c386 deSocket* sock = (deSocket*)deCalloc(sizeof(deSocket)); in deSocket_create() local
403 void deSocket_destroy (deSocket* sock) in deSocket_destroy()
412 deSocketState deSocket_getState (const deSocket* sock) in deSocket_getState()
417 deUint32 deSocket_getOpenChannels (const deSocket* sock) in deSocket_getOpenChannels()
422 deBool deSocket_setFlags (deSocket* sock, deUint32 flags) in deSocket_setFlags()
470 deBool deSocket_listen (deSocket* sock, const deSocketAddress* address) in deSocket_listen()
516 deSocket* deSocket_accept (deSocket* sock, deSocketAddress* clientAddress) in deSocket_accept()
560 deBool deSocket_connect (deSocket* sock, const deSocketAddress* address) in deSocket_connect()
593 deBool deSocket_shutdown (deSocket* sock, deUint32 channels) in deSocket_shutdown()
678 deBool deSocket_close (deSocket* sock) in deSocket_close()
[all …]
/external/libvncserver/x11vnc/
Dinet.c206 static int get_port(int sock, int remote) { in get_port()
226 int get_remote_port(int sock) { in get_remote_port()
230 int get_local_port(int sock) { in get_local_port()
234 static char *get_host(int sock, int remote) { in get_host()
260 char *get_remote_host(int sock) { in get_remote_host()
264 char *get_local_host(int sock) { in get_local_host()
277 int n, sock, ok = 0; in ident_username() local
424 int sock = listen_tcp(port, htonl(INADDR_ANY), 0); in find_free_port() local
442 int sock = listen6(port); in find_free_port6() local
799 int sock; in connect_tcp() local
/external/android-clat/
Dsetif.c134 static int do_anycast_setsockopt(int sock, int what, struct in6_addr *addr, int ifindex) { in do_anycast_setsockopt()
161 int add_anycast_address(int sock, struct in6_addr *addr, const char *ifname) { in add_anycast_address()
178 int del_anycast_address(int sock, struct in6_addr *addr) { in del_anycast_address()
/external/apache-http/src/org/apache/http/impl/conn/
DDefaultClientConnectionOperator.java145 Socket sock = plain_sf.createSocket(); in openConnection() local
239 final Socket sock; in updateSecureConnection() local
262 protected void prepareSocket(Socket sock, HttpContext context, in prepareSocket()
DDefaultClientConnection.java113 public void opening(Socket sock, HttpHost target) throws IOException { in opening()
156 Socket sock = this.socket; // copy volatile attribute in shutdown() local
214 public void update(Socket sock, HttpHost target, in update()
/external/apache-http/src/org/apache/http/conn/
DOperatedClientConnection.java130 void opening(Socket sock, HttpHost target) in opening()
173 void update(Socket sock, HttpHost target, in update()
DMultihomePlainSocketFactory.java105 public Socket connectSocket(Socket sock, String host, int port, in connectSocket()
170 public final boolean isSecure(Socket sock) in isSecure()
/external/v8/tools/testrunner/network/
Dendpoint.py43 def __init__(self, sock, server, ctx): argument
89 def Execute(workspace, ctx, tests, sock, server): argument
/external/boringssl/src/crypto/bio/
Dsocket_helper.c83 int bio_socket_nbio(int sock, int on) { in bio_socket_nbio()
104 int bio_sock_error(int sock) { in bio_sock_error()
/external/v8/tools/testrunner/server/
Dcompression.py40 def Send(obj, sock): argument
52 def __init__(self, sock): argument
/external/apache-http/src/org/apache/http/conn/scheme/
DPlainSocketFactory.java89 public Socket connectSocket(Socket sock, String host, int port, in connectSocket()
144 public final boolean isSecure(Socket sock) in isSecure()
/external/iputils/ninfod/
Dninfod.c135 int sock; variable
212 static int set_recvpktinfo(int sock) in set_recvpktinfo()
253 static int __inline__ init_sock(int sock) in init_sock()
288 int sock = p->sock; in ni_recv() local
333 int sock = p->sock; in ni_send() local
/external/boringssl/src/tool/
Dtransport_common.cc52 static int closesocket(int sock) { in closesocket()
188 bool SocketSetNonBlocking(int sock, bool is_non_blocking) { in SocketSetNonBlocking()
219 bool TransferData(SSL *ssl, int sock) { in TransferData()
/external/ppp/pppd/plugins/rp-pppoe/
Dif.c204 sendPacket(PPPoEConnection *conn, int sock, PPPoEPacket *pkt, int size) in sendPacket()
237 receivePacket(int sock, PPPoEPacket *pkt, int *size) in receivePacket()
/external/libnl/src/lib/
Dutils.c77 struct nl_sock *sock; in nl_cli_alloc_socket() local
132 struct nl_cache *nl_cli_alloc_cache(struct nl_sock *sock, const char *name, in nl_cli_alloc_cache()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_common.c82 static void process_watch_exception(int sock, void *eloop_ctx, void *sock_ctx) in process_watch_exception()
88 static void process_watch_read(int sock, void *eloop_ctx, void *sock_ctx) in process_watch_read()
94 static void process_watch_write(int sock, void *eloop_ctx, void *sock_ctx) in process_watch_write()
/external/libnl/tests/
Dtest-genl.c5 struct nl_sock *sock; in main() local
/external/libnl/src/
Dnl-link-name2ifindex.c23 struct nl_sock *sock; in main() local

12345678