HomeSort by: relevance | last modified time | path
    Searched refs:reply (Results 1 - 25 of 391) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/mit/xorg/lib/xcb-util/reply/
Makefile 3 XCBUTIL= reply
5 SRCS= reply.c test_reply.c
  /src/external/ibm-public/postfix/dist/src/global/
resolve_clnt.c 20 /* void resolve_clnt_init(reply)
21 /* RESOLVE_REPLY *reply;
23 /* void resolve_clnt_query_from(sender, address, reply)
26 /* RESOLVE_REPLY *reply;
28 /* void resolve_clnt_verify_from(sender, address, reply)
31 /* RESOLVE_REPLY *reply;
33 /* void resolve_clnt_free(reply)
34 /* RESOLVE_REPLY *reply;
38 /* resolve_clnt_init() initializes a reply data structure for use
53 /* In the resolver reply, the flags member is the bit-wise OR o
366 RESOLVE_REPLY reply; local
402 resolve(STR(buffer), addr, &reply); local
    [all...]
tok822_resolve.c 11 /* void tok822_resolve(addr, reply)
13 /* RESOLVE_REPLY *reply;
15 /* void tok822_resolve_from(sender, addr, reply)
18 /* RESOLVE_REPLY *reply;
56 RESOLVE_REPLY *reply)
68 resolve_clnt_query_from(sender, vstring_str(intern_form), reply);
72 vstring_str(intern_form), vstring_str(reply->transport),
73 vstring_str(reply->nexthop), vstring_str(reply->recipient));
resolve_clnt.h 63 #define RESOLVE_CLNT_ASSIGN(reply, transport, nexthop, recipient) { \
64 (reply).transport = (transport); \
65 (reply).nexthop = (nexthop); \
66 (reply).recipient = (recipient); \
  /src/external/mpl/dhcp/dist/server/
dhcpv6.c 63 * DHCPv6 Reply workflow assist. A Reply packet is built by various
65 * regarding a reply.
115 struct dhcpv6_packet reply; member in union:reply_state::reply_buffer
134 static isc_result_t reply_process_ia_na(struct reply_state *reply,
136 static isc_result_t reply_process_ia_ta(struct reply_state *reply,
138 static isc_result_t reply_process_addr(struct reply_state *reply,
140 static isc_boolean_t address_is_owned(struct reply_state *reply,
142 static isc_boolean_t temporary_is_available(struct reply_state *reply,
144 static isc_result_t find_client_temporaries(struct reply_state *reply);
1772 static struct reply_state reply; local
5511 struct dhcpv6_packet *reply = (struct dhcpv6_packet *)reply_data; local
5877 struct dhcpv6_packet *reply = (struct dhcpv6_packet *)reply_data; local
6701 struct dhcpv6_relay_packet *reply; local
7039 struct dhcpv6_relay_packet *reply; local
7746 struct data_string reply; local
7831 struct data_string reply; local
8109 struct reply_state reply; local
    [all...]
  /src/external/ibm-public/postfix/dist/src/local/
resolve.c 91 RESOLVE_REPLY reply; local
107 resolve_clnt_init(&reply);
116 tok822_resolve(addr, &reply);
121 if (reply.flags & RESOLVE_FLAG_FAIL) {
125 } else if (reply.flags & RESOLVE_FLAG_ERROR) {
127 "bad recipient address syntax: %s", STR(reply.recipient));
137 if ((ratsign = strrchr(STR(reply.recipient), '@')) == 0) {
138 VSTRING_ADDCH(reply.recipient, rcpt_delim);
139 vstring_strcat(reply.recipient, state.msg_attr.unmatched);
142 VSTRING_SPACE(reply.recipient, ext_len + 2)
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_resolve.c 94 RESOLVE_REPLY *reply; local
110 reply = (RESOLVE_REPLY *) mymalloc(sizeof(*reply));
111 resolve_clnt_init(reply);
126 resolve_clnt_query_from(STR(sender_buf), STR(query), reply); local
127 vstring_strcpy(junk, STR(reply->recipient));
128 casefold(reply->recipient, STR(junk)); /* XXX */
133 return ((void *) reply);
140 RESOLVE_REPLY *reply = (RESOLVE_REPLY *) data; local
142 resolve_clnt_free(reply);
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
delete_c.c 48 krb5_data reply; local
65 ret = _kadm5_client_recv(context, &reply);
68 sp = krb5_storage_from_data (&reply);
71 krb5_data_free (&reply);
77 krb5_data_free (&reply);
modify_c.c 50 krb5_data reply; local
68 ret = _kadm5_client_recv(context, &reply);
71 sp = krb5_storage_from_data (&reply);
74 krb5_data_free (&reply);
80 krb5_data_free (&reply);
privs_c.c 48 krb5_data reply; local
66 ret = _kadm5_client_recv(context, &reply);
69 sp = krb5_storage_from_data(&reply);
72 krb5_data_free (&reply);
82 krb5_data_free (&reply);
rename_c.c 50 krb5_data reply; local
66 ret = _kadm5_client_recv(context, &reply);
69 sp = krb5_storage_from_data (&reply);
71 krb5_data_free (&reply);
77 krb5_data_free (&reply);
chpass_c.c 53 krb5_data reply; local
80 ret = _kadm5_client_recv(context, &reply);
83 sp = krb5_storage_from_data (&reply);
86 krb5_data_free (&reply);
92 krb5_data_free (&reply);
108 krb5_data reply; local
130 ret = _kadm5_client_recv(context, &reply);
133 sp = krb5_storage_from_data (&reply);
136 krb5_data_free (&reply);
142 krb5_data_free (&reply);
    [all...]
create_c.c 53 krb5_data reply; local
80 ret = _kadm5_client_recv(context, &reply);
83 sp = krb5_storage_from_data (&reply);
86 krb5_data_free (&reply);
92 krb5_data_free (&reply);
get_c.c 51 krb5_data reply; local
69 ret = _kadm5_client_recv(context, &reply);
72 sp = krb5_storage_from_data (&reply);
75 krb5_data_free (&reply);
84 krb5_data_free (&reply);
get_princs_c.c 51 krb5_data reply; local
68 ret = _kadm5_client_recv(context, &reply);
71 sp = krb5_storage_from_data (&reply);
73 krb5_data_free (&reply);
92 krb5_data_free (&reply);
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
prompter_posix.c 56 if(UI_UTIL_read_pw_string(prompts[i].reply->data,
57 prompts[i].reply->length,
62 char *s = prompts[i].reply->data;
66 if(fgets(prompts[i].reply->data,
67 prompts[i].reply->length,
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 187 char reply[10], cmd[256]; local
225 memset(reply, 0, sizeof(reply));
226 reply_len = sizeof(reply) - 1;
229 wpagui->ctrlRequest("ADD_NETWORK", reply, &reply_len);
230 if (reply[0] == 'F') {
237 id = atoi(reply);
405 reply_len = sizeof(reply);
406 wpagui->ctrlRequest(cmd, reply, &reply_len);
407 if (strncmp(reply, "OK", 2) != 0)
430 char reply[10], cmd[256]; local
509 char reply[1024], cmd[256], *pos; local
792 char reply[10], cmd[256]; local
829 char reply[256]; local
    [all...]
scanresults.cpp 56 char reply[2048]; local
69 reply_len = sizeof(reply) - 1;
70 if (wpagui->ctrlRequest(cmd, reply, &reply_len) < 0)
72 reply[reply_len] = '\0';
74 QString bss(reply);
116 char reply[10]; local
117 size_t reply_len = sizeof(reply);
122 wpagui->ctrlRequest("SCAN", reply, &reply_len);
peers.cpp 321 char reply[100]; local
334 reply_len = sizeof(reply) - 1;
335 if (wpagui->ctrlRequest(cmd, reply, &reply_len) < 0) {
352 char reply[20]; local
354 reply_len = sizeof(reply) - 1;
355 if (wpagui->ctrlRequest("P2P_FIND", reply, &reply_len) < 0 ||
356 memcmp(reply, "FAIL", 4) == 0) {
367 char reply[20]; local
369 reply_len = sizeof(reply) - 1;
370 wpagui->ctrlRequest("P2P_STOP_FIND", reply, &reply_len)
376 char reply[20]; local
391 char reply[20]; local
456 char reply[2048]; local
489 char reply[2048]; local
576 char reply[2048]; local
679 char reply[100]; local
771 char reply[20]; local
1063 char reply[100]; local
1352 char reply[100]; local
1386 char reply[100]; local
1410 char reply[100]; local
1433 char reply[100]; local
1454 char reply[100]; local
1482 char reply[100]; local
1517 char reply[100]; local
1537 char reply[100]; local
1555 char reply[20]; local
1712 char reply[100]; local
1751 char reply[100]; local
1799 char reply[64]; local
1824 char reply[100]; local
1847 char reply[100]; local
    [all...]
  /src/crypto/external/bsd/openssh/dist/
auth2-krb5.c 54 krb5_data tkt, reply; local
66 if (mm_auth_krb5(ssh, &tkt, &client, &reply)) {
68 if (reply.length)
69 free(reply.data);
  /src/external/mit/libuv/dist/docs/code/multi-echo-server/
hammer.js 11 socket.on('data', function(reply) {
12 if (reply.toString().indexOf(PHRASE) != 0)
13 console.error("Problem! '" + reply + "'" + " '" + PHRASE + "'");
  /src/external/ibm-public/postfix/dist/src/dns/
dns_lookup.c 161 /* SOA record(s) from the authority section in the reply, if
162 /* available. The per-record reply TTL specifies how long the
185 /* Pointer to storage for the reply RCODE value. This gives
217 /* The query failed, or the reply was malformed.
278 * Structure to keep track of things while decoding a name server reply.
285 unsigned char *buf; /* raw reply data */
286 size_t buf_len; /* reply buffer length */
287 int rcode; /* unfiltered reply code */
294 unsigned char *end; /* first byte past reply */
298 * Test/set primitives to determine if the reply buffer contains a serve
1041 static DNS_REPLY reply; local
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
dict_nisplus.c 125 nis_result *reply; local
185 reply = nis_list(STR(query), FOLLOW_LINKS | FOLLOW_PATH, NULL, NULL);
191 if (reply->status == NIS_SUCCESS) {
192 if ((count = NIS_RES_NUMOBJ(reply)) != 1) {
196 nis_freeresult(reply);
199 last_col = NIS_RES_OBJECT(reply)->zo_data
206 NIS_RES_OBJECT(reply)->zo_data.objdata_u
212 nis_freeresult(reply);
223 if (reply->status != NIS_NOTFOUND
224 && reply->status != NIS_PARTIAL)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/reclimit/ans2/
ans.pl 58 # If $wait == 0 is returned, returned reply will be sent immediately.
59 # If $wait == 1 is returned, sending the returned reply might be delayed; see
163 my $reply = $request->reply();
165 $reply->header->rcode($rcode);
166 $reply->header->aa(@$ans ? 1 : 0);
167 $reply->header->id($request->header->id);
168 $reply->{answer} = $ans if $ans;
169 $reply->{authority} = $auth if $auth;
170 $reply->{additional} = $add if $add
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/reclimit/ans4/
ans.pl 58 # If $wait == 0 is returned, returned reply will be sent immediately.
59 # If $wait == 1 is returned, sending the returned reply might be delayed; see
167 my $reply = $request->reply();
169 $reply->header->rcode($rcode);
170 $reply->header->aa(@$ans ? 1 : 0);
171 $reply->header->id($request->header->id);
172 $reply->{answer} = $ans if $ans;
173 $reply->{authority} = $auth if $auth;
174 $reply->{additional} = $add if $add
    [all...]

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 91011>>