Home
last modified time | relevance | path

Searched +defs:tmp +defs:sock (Results 1 – 25 of 39) sorted by relevance

12

/external/libnl/tests/
Dtest-u32-filter-with-actions.c48 char *tmp = strchr(str, ':'); in get_u32_handle() local
102 int u32_add_filter_on_ht_with_hashmask(struct nl_sock *sock, struct rtnl_link *rtnlLink, uint32_t p… in u32_add_filter_on_ht_with_hashmask()
152 int u32_add_ht(struct nl_sock *sock, struct rtnl_link *rtnlLink, uint32_t prio, uint32_t htid, uint… in u32_add_ht()
192 int qdisc_add_ingress(struct nl_sock *sock, struct rtnl_link *rtnlLink) in qdisc_add_ingress()
233 struct nl_sock *sock; in main() local
Dtest-complex-HTB-with-hash-filters.c49 char *tmp = strchr(str, ':'); in get_u32_handle() local
137 int u32_add_filter_on_ht(struct nl_sock *sock, struct rtnl_link *rtnlLink, uint32_t prio, in u32_add_filter_on_ht()
189 int u32_add_filter_on_ht_with_hashmask(struct nl_sock *sock, struct rtnl_link *rtnlLink, uint32_t p… in u32_add_filter_on_ht_with_hashmask()
240 int u32_add_ht(struct nl_sock *sock, struct rtnl_link *rtnlLink, uint32_t prio, uint32_t htid, uint… in u32_add_ht()
279 int qdisc_add_HTB(struct nl_sock *sock, struct rtnl_link *rtnlLink, uint32_t defaultClass) in qdisc_add_HTB()
329 int class_add_HTB(struct nl_sock *sock, struct rtnl_link *rtnlLink, in class_add_HTB()
391 int class_add_HTB_root(struct nl_sock *sock, struct rtnl_link *rtnlLink, in class_add_HTB_root()
446 int qdisc_add_SFQ_leaf(struct nl_sock *sock, struct rtnl_link *rtnlLink, in qdisc_add_SFQ_leaf()
496 struct nl_sock *sock; in main() local
/external/wpa_supplicant_8/src/utils/
Deloop_win.c18 int sock; member
113 int eloop_register_read_sock(int sock, eloop_sock_handler handler, in eloop_register_read_sock()
117 struct eloop_sock *tmp; in eloop_register_read_sock() local
156 void eloop_unregister_read_sock(int sock) in eloop_unregister_read_sock()
187 struct eloop_event *tmp; in eloop_register_event() local
241 struct eloop_timeout *timeout, *tmp; in eloop_register_timeout() local
344 struct eloop_timeout *tmp; in eloop_is_timeout_registered() local
362 struct eloop_timeout *tmp; in eloop_deplete_timeout() local
394 struct eloop_timeout *tmp; in eloop_replenish_timeout() local
469 struct eloop_signal *tmp; in eloop_register_signal() local
[all …]
Deloop.c43 int sock; member
194 static int eloop_sock_queue(int sock, eloop_event_type type) in eloop_sock_queue()
227 static int eloop_sock_queue(int sock, eloop_event_type type) in eloop_sock_queue()
254 int sock, eloop_sock_handler handler, in eloop_sock_table_add_sock()
267 struct eloop_sock *tmp; in eloop_sock_table_add_sock() local
379 int sock) in eloop_sock_table_remove_sock()
711 int eloop_register_read_sock(int sock, eloop_sock_handler handler, in eloop_register_read_sock()
719 void eloop_unregister_read_sock(int sock) in eloop_unregister_read_sock()
740 int eloop_register_sock(int sock, eloop_event_type type, in eloop_register_sock()
753 void eloop_unregister_sock(int sock, eloop_event_type type) in eloop_unregister_sock()
[all …]
Dedit.c758 static enum edit_key_code edit_read_key(int sock) in edit_read_key()
1004 static void edit_read_char(int sock, void *eloop_ctx, void *sock_ctx) in edit_read_char()
1164 char tmp; in edit_redraw() local
/external/libvncserver/libvncserver/
Dsockets.c107 #define read(sock,buf,len) recv(sock,buf,len,0) argument
110 #define write(sock,buf,len) send(sock,buf,len,0) argument
408 int sock = -1; in rfbProcessNewConnection() local
533 int sock; in rfbConnect() local
572 int sock = cl->sock; in rfbReadExactTimeout() local
664 int sock = cl->sock; in rfbPeekExactTimeout() local
742 int sock = cl->sock; in rfbWriteExact() local
759 char *tmp = NULL; in rfbWriteExact() local
858 int sock; in rfbListenOnTCPPort() local
968 int sock; in rfbConnectToTcpAddr() local
[all …]
/external/ltp/testcases/network/nfsv4/locks/
Dnetsync.c16 char tmp[M_SIZE]; in serverReceiveClient() local
51 int sock; in setupConnectionServeur() local
177 char tmp[M_SIZE]; in readFromServer() local
/external/wpa_supplicant_8/src/radius/
Dradius_das.c20 int sock; member
61 char tmp[100]; in radius_das_disconnect() local
187 static void radius_das_receive(int sock, void *eloop_ctx, void *sock_ctx) in radius_das_receive()
Dradius_client.c483 struct radius_msg_list *entry, *prev, *tmp; in radius_client_timer() local
790 static void radius_client_receive(int sock, void *eloop_ctx, void *sock_ctx) in radius_client_receive()
987 struct radius_msg_list *entry, *prev, *tmp; in radius_client_flush() local
1041 int sock, int sock6, int auth) in radius_change_server()
1503 struct radius_msg_list *entry, *prev, *tmp; in radius_client_flush_auth() local
/external/mdnsresponder/mDNSShared/
Ddnsextd.c115 TCPSocket *sock; // socket connected to client member
238 mDNSlocal mStatus AddSourceToEventLoop( DaemonInfo * self, TCPSocket *sock, EventCallback callback,… in AddSourceToEventLoop()
270 mDNSlocal mStatus RemoveSourceFromEventLoop( DaemonInfo * self, TCPSocket *sock ) in RemoveSourceFromEventLoop()
305 TCPSocket *sock = mDNSPlatformTCPSocket( NULL, 0, &port ); in ConnectToServer() local
323 mDNSlocal int MySend(TCPSocket *sock, const void *msg, int len) in MySend()
351 mDNSlocal int SendPacket(TCPSocket *sock, PktMsg *pkt) in SendPacket()
368 static int my_recv(TCPSocket *sock, void *const buf, const int len, mDNSBool * closed) in my_recv()
415 TCPSocket * sock, in RecvPacket()
808 RRTableElem *ptr, *tmp, **new; in RehashTable() local
910 TCPSocket *sock = NULL; in UpdateSRV() local
[all …]
/external/ppp/pppd/plugins/rp-pppoe/
Dpppoe-discovery.c206 sendPacket(PPPoEConnection *conn, int sock, PPPoEPacket *pkt, int size) in sendPacket()
240 receivePacket(int sock, PPPoEPacket *pkt, int *size) in receivePacket()
322 pid_t tmp; in parseForHostUniq() local
/external/wpa_supplicant_8/src/crypto/
Drandom.c179 u8 tmp[EXTRACT_LEN]; in random_get_bytes() local
195 u8 tmp[EXTRACT_LEN]; in random_get_bytes() local
310 static void random_read_fd(int sock, void *eloop_ctx, void *sock_ctx) in random_read_fd()
/external/curl/lib/
Dssh.c714 curl_socket_t sock = conn->sock[FIRSTSOCKET]; in ssh_statemach_act() local
1238 char *tmp = aprintf("257 \"%s\" is current directory.\n", in ssh_statemach_act() local
1655 char *tmp = aprintf("statvfs:\n" in ssh_statemach_act() local
2736 curl_socket_t *sock, /* points to numsocks in ssh_perform_getsock()
2763 curl_socket_t *sock, /* points to numsocks number in ssh_getsock()
2856 curl_socket_t sock = conn->sock[FIRSTSOCKET]; in ssh_block_statemach() local
2898 curl_socket_t sock; in ssh_connect() local
/external/wpa_supplicant_8/src/wps/
Dwps_upnp.c297 struct subscr_addr *a, *tmp; in subscr_addr_free_all() local
465 struct subscription *s, *tmp; in upnp_wps_device_send_event() local
555 struct subscription *s, *tmp; in subscription_list_age() local
899 int sock = -1; in get_netif_info() local
953 struct advertisement_state_machine *a, *tmp; in upnp_wps_free_msearchreply() local
963 struct subscription *s, *tmp; in upnp_wps_free_subscriptions() local
/external/curl/lib/vtls/
Dnss.c721 static void HandshakeCallback(PRFileDesc *sock, void *arg) in HandshakeCallback()
770 static SECStatus CanFalseStartCallback(PRFileDesc *sock, void *client_data, in CanFalseStartCallback()
857 static CURLcode display_conn_info(struct connectdata *conn, PRFileDesc *sock) in display_conn_info()
927 static SECStatus BadCertHandler(void *arg, PRFileDesc *sock) in BadCertHandler()
962 static SECStatus check_issuer_cert(PRFileDesc *sock, in check_issuer_cert()
1037 static SECStatus SelectClientCert(void *arg, PRFileDesc *sock, in SelectClientCert()
2149 void Curl_nss_md5sum(unsigned char *tmp, /* input */ in Curl_nss_md5sum()
2162 void Curl_nss_sha256sum(const unsigned char *tmp, /* input */ in Curl_nss_sha256sum()
Ddarwinssl.c129 int sock = connssl->ssl_sockfd; in SocketRead() local
189 int sock = connssl->ssl_sockfd; in SocketWrite() local
2445 void Curl_darwinssl_md5sum(unsigned char *tmp, /* input */
/external/openssh/
Dsshconnect.c90 char *tmp, *ret, strport[NI_MAXSERV]; in expand_proxy_command() local
109 int sp[2], sock; in ssh_proxy_fdpass_connect() local
275 int sock, r, gaierr; in ssh_create_socket() local
431 int sock = -1, attempt; in ssh_connect_direct() local
Dclientloop.c1843 int r, remote_id, sock; in client_input_agent_open() local
1965 int sock; in client_request_x11() local
2004 int r, sock; in client_request_agent() local
2227 struct sshkey **tmp; in hostkeys_find() local
2425 struct sshkey *key = NULL, **tmp; in client_input_hostkeys() local
Dchannels.c1670 int err = 0, sock; in channel_post_connecting() local
3023 u_int adjust, tmp; local
3187 int sock, r, success = 0, wildcard = 0, is_client; local
3337 int port, sock; local
3962 int sock, saved_errno; local
4039 int sock = -1; local
4253 int display_number, sock; local
4352 int sock; local
4411 int gaierr, sock = 0; local
4528 int remote_id, sock = 0; local
/external/stressapptest/src/
Dworker.cc1849 struct page_entry tmp; in GetValidPage() local
2007 int sock = socket(AF_INET, SOCK_STREAM, 0); in CreateSocket() local
2019 bool NetworkThread::CloseSocket(int sock) { in CloseSocket()
2025 bool NetworkThread::Connect(int sock) { in Connect()
2106 bool NetworkThread::SendPage(int sock, struct page_entry *src) { in SendPage()
2131 bool NetworkThread::ReceivePage(int sock, struct page_entry *dst) { in ReceivePage()
2186 int sock = 0; in Work() local
2356 void NetworkSlaveThread::SetSock(int sock) { in SetSock()
2367 int sock = sock_; in Work() local
/external/libnl/lib/
Dcache.c233 int nl_cache_alloc_and_fill(struct nl_cache_ops *ops, struct nl_sock *sock, in nl_cache_alloc_and_fill()
368 struct nl_object *obj, *tmp; in nl_cache_clear() local
1205 struct nl_object *obj, *tmp; in nl_cache_foreach_filter() local
/external/wpa_supplicant_8/src/drivers/
Ddriver_bsd.c52 int sock; /* socket for 802.11 ioctls */ member
716 u8 tmp[WPA_KEY_RSC_LEN]; in bsd_get_seqnum() local
773 bsd_wireless_event_receive(int sock, void *ctx, void *sock_ctx) in bsd_wireless_event_receive()
1211 wpa_driver_bsd_event_receive(int sock, void *ctx, void *sock_ctx) in wpa_driver_bsd_event_receive()
1361 struct wpa_scan_res *result, **tmp; in wpa_driver_bsd_add_scan_entry() local
/external/libevent/
Devutil.c322 evutil_make_listen_socket_reuseable(evutil_socket_t sock) in evutil_make_listen_socket_reuseable()
354 evutil_closesocket(evutil_socket_t sock) in evutil_closesocket()
450 evutil_socket_geterror(evutil_socket_t sock) in evutil_socket_geterror()
657 struct evutil_addrinfo tmp; in evutil_new_addrinfo() local
/external/libmicrohttpd/src/microhttpd/
Ddaemon.c908 char tmp; in MHD_handle_connection() local
1880 MHD_socket sock) in make_nonblocking_noninheritable()
2255 char tmp; in MHD_run_from_select() local
2458 char tmp; in MHD_poll_all() local
2730 char tmp; in MHD_epoll() local
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c901 char *endptr, *tmp; in hostapd_ctrl_iface_bss_tm_req() local
2287 char *tmp; in hostapd_ctrl_iface_set_neighbor() local
2388 char *tmp; in hostapd_ctrl_iface_remove_neighbor() local
2720 static void hostapd_ctrl_iface_receive(int sock, void *eloop_ctx, in hostapd_ctrl_iface_receive()
2843 char port_str[40], *tmp; in hostapd_ctrl_iface_init() local
3433 static void hostapd_global_ctrl_iface_receive(int sock, void *eloop_ctx, in hostapd_global_ctrl_iface_receive()

12