HomeSort by: relevance | last modified time | path
    Searched defs:server_id (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/
test-srpl.c 99 static int server_id = 1; local
109 server->server_id = server_id;
110 server_id++;
  /src/external/gpl3/gcc/dist/fixincludes/
server.c 59 STATIC pid_t server_id = NULLPROCESS; variable
140 if ( (server_id != NULLPROCESS)
143 kill ((pid_t) server_id, SIGKILL);
144 server_id = NULLPROCESS;
165 (long) server_id, signo == SIGPIPE ? "SIGPIPE" : "SIGALRM");
251 if (server_id == NULLPROCESS)
255 server_id = proc2_fopen (&server_pair, def_args);
256 if (server_id > 0)
261 if (server_id <= 0)
276 if (server_id == NULLPROCESS
    [all...]
  /src/external/gpl3/gcc.old/dist/fixincludes/
server.c 59 STATIC pid_t server_id = NULLPROCESS; variable
140 if ( (server_id != NULLPROCESS)
143 kill ((pid_t) server_id, SIGKILL);
144 server_id = NULLPROCESS;
165 (long) server_id, signo == SIGPIPE ? "SIGPIPE" : "SIGALRM");
251 if (server_id == NULLPROCESS)
255 server_id = proc2_fopen (&server_pair, def_args);
256 if (server_id > 0)
261 if (server_id <= 0)
276 if (server_id == NULLPROCESS
    [all...]
  /src/external/ibm-public/postfix/dist/src/tlsproxy/
tlsproxy.h 40 char *server_id; /* cache management */ member in struct:__anon23200
tlsproxy.c 804 VSTREAM_BUFSIZE, state->server_id,
1111 serverid = state->server_id,
1398 static VSTRING *server_id; local
1417 server_id = vstring_alloc(10);
1436 RECV_ATTR_STR(TLS_ATTR_SERVERID, server_id),
1451 state->server_id = mystrdup(STR(server_id));
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
advertising_proxy_services.h 69 uint64_t server_id; member in struct:advertising_proxy_host
srp-mdns-proxy.h 91 int server_id; member in struct:srp_server_state
  /src/external/bsd/wpa/dist/src/ap/
fils_hlp.c 43 const u8 *server_id = NULL; local
111 server_id = pos - 2;
118 6 + 1 + (server_id ? 2 + server_id[1] : 0)))
120 if (server_id)
121 wpabuf_put_data(sta->hlp_dhcp_discover, server_id,
122 2 + server_id[1]);
ap_config.h 531 char *server_id; member in struct:hostapd_bss_config
  /src/external/mpl/bind/dist/lib/ns/include/ns/
server.h 114 char *server_id; member in struct:ns_server
177 * Set sctx->server_id to 'serverid'. If it was set previously, free the memory.
  /src/external/mpl/dhcp/dist/server/
dhcpleasequery.c 741 struct data_string server_id; member in struct:lq6_state
837 if (evaluate_option_cache(&lq->server_id, packet, NULL, NULL,
847 print_hex_2(lq->server_id.len,
848 lq->server_id.data, 60));
883 data_string_forget(&lq->server_id, MDL);
1079 memset(&lq.server_id, 0, sizeof(lq.server_id));
1142 if (lq.server_id.data == NULL)
1143 copy_server_duid(&lq.server_id, MDL);
1147 (unsigned char *)lq.server_id.data
    [all...]
dhcpv6.c 181 const struct data_string *server_id);
663 struct data_string *server_id)
672 memset(server_id, 0, sizeof(*server_id));
700 if (!evaluate_option_cache(server_id, packet, NULL, NULL,
710 if ((server_duid.len != server_id->len) ||
711 (memcmp(server_duid.data, server_id->data, server_duid.len) != 0)) {
718 print_hex_2(server_id->len, server_id->data, 60),
728 data_string_forget(server_id, MDL)
5376 struct data_string server_id; local
5712 struct data_string server_id; local
6140 struct data_string server_id; local
6600 struct data_string server_id; local
6642 struct data_string server_id; local
    [all...]
  /src/sbin/iscsid/
iscsid.h 557 uint32_t server_id; member in struct:__anon770
561 server_id
572 iscsid_sym_id_t server_id; member in struct:__anon771
578 server_id
596 uint32_t server_id[1]; member in struct:__anon772
602 server_id
  /src/external/bsd/wpa/dist/src/eap_server/
eap.h 250 * server_id - Server identity
252 u8 *server_id; member in struct:eap_config
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 1191 struct data_string server_id; member in struct:dhc6_lease

Completed in 44 milliseconds