Searched refs:last_reply (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dresolve_clnt.c150 static RESOLVE_REPLY last_reply; variable
179 resolve_clnt_init(&last_reply);
200 vstring_strcpy(reply->transport, STR(last_reply.transport));
201 vstring_strcpy(reply->nexthop, STR(last_reply.nexthop));
202 vstring_strcpy(reply->recipient, STR(last_reply.recipient));
203 reply->flags = last_reply.flags;
285 vstring_strcpy(last_reply.transport, STR(reply->transport));
286 vstring_strcpy(last_reply.nexthop, STR(reply->nexthop));
287 vstring_strcpy(last_reply.recipient, STR(reply->recipient));
288 last_reply
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/radius/
H A Dradius_server.c77 struct radius_msg *last_reply; member in struct:radius_session
371 radius_msg_free(sess->last_reply);
716 if (sess->last_reply) {
718 buf = radius_msg_get_buf(sess->last_reply);
820 radius_msg_free(sess->last_reply);
821 sess->last_reply = reply;

Completed in 62 milliseconds