HomeSort by relevance Sort by last modified time
    Searched defs:client_info (Results 1 - 5 of 5) sorted by null

  /external/libese/tools/ese_relay/
ese_relay.c 84 struct sockaddr client_info; local
85 socklen_t client_info_len = (socklen_t)sizeof(&client_info);
95 if ((client_fd = accept(server_fd, &client_info, &client_info_len)) == -1) {
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_LanToLan.h 62 struct client_info struct
71 client_info *p_client;
135 list<client_info> m_client_info; /* client list */
141 void add_one_client_flt_rule(IPACM_LanToLan_Iface *peer_iface, client_info *client);
143 void add_client_flt_rule(peer_iface_info *peer, client_info *client, ipa_ip_type iptype);
145 void del_one_client_flt_rule(IPACM_LanToLan_Iface *peer_iface, client_info *client);
147 void del_client_flt_rule(peer_iface_info *peer, client_info *client);
149 void add_client_rt_rule(peer_iface_info *peer, client_info *client);
151 void del_client_rt_rule(peer_iface_info *peer, client_info *client);
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.cc 37 #include "client/windows/crash_generation/client_info.h"
181 ClientInfo* client_info = *iter; local
187 client_info->UnregisterProcessExitWait(true);
188 client_info->UnregisterDumpRequestWaitAndBlockUntilNoPending();
194 delete client_info;
426 scoped_ptr<ClientInfo> client_info(
435 if (!client_info->Initialize()) {
441 // Iff successful, assigns ownership of the client_info pointer to the server
443 if (!RespondToClient(client_info.get())) {
449 client_info_ = client_info.release()
823 ClientInfo* client_info = reinterpret_cast<ClientInfo*>(context); local
838 ClientInfo* client_info = reinterpret_cast<ClientInfo*>(context); local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 27 struct wpabuf *client_info; member in struct:p2p_group_member
79 wpabuf_free(m->client_info);
129 if (m->client_info == NULL)
131 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1)
133 wpabuf_put_buf(ie, m->client_info);
616 m->client_info = p2p_build_client_info(addr, m->p2p_ie,
630 " to group (p2p=%d wfd=%d client_info=%d); num_members=%u/%u",
632 m->client_info ? 1 : 0,
721 if (m->client_info == NULL || wps == NULL)
724 pos = wpabuf_head(m->client_info);
    [all...]
  /external/pdfium/third_party/libtiff/
tiffiop.h 80 typedef struct client_info { struct
81 struct client_info *next;

Completed in 242 milliseconds