Lines Matching refs:xra
330 struct xauth_reply_arg *xra; local
332 if ((xra = racoon_malloc(sizeof(*xra))) == NULL) {
343 xra->index = iph1->index;
344 xra->port = port;
345 xra->id = id;
346 xra->res = res;
347 sched_new(throttle_delay, xauth_reply_stub, xra);
360 struct xauth_reply_arg *xra = (struct xauth_reply_arg *)args; local
363 if ((iph1 = getph1byindex(&xra->index)) != NULL)
364 (void)xauth_reply(iph1, xra->port, xra->id, xra->res);
369 racoon_free(xra);