Home | History | Annotate | Download | only in radius

Lines Matching refs:resp

1291 	struct radius_msg *msg = NULL, *resp = NULL;
1381 resp = radius_msg_new(RADIUS_CODE_ACCOUNTING_RESPONSE, hdr->identifier);
1382 if (resp == NULL)
1385 radius_msg_finish_acct_resp(resp, (u8 *) client->shared_secret,
1391 radius_msg_dump(resp);
1393 rbuf = radius_msg_get_buf(resp);
1404 radius_msg_free(resp);