Searched refs:resp_name (Results 1 – 2 of 2) sorted by relevance
118 char *resp_name; /* Our name to send with response */ member
181 cstate->resp_name = our_name; in ChapAuthWithPeer()473 if (!get_secret(cstate->unit, cstate->resp_name, rhostname, in ChapReceiveChallenge()817 name_len = (int)strlen(cstate->resp_name); in ChapSendResponse()831 BCOPY(cstate->resp_name, outp, name_len); /* append our name */ in ChapSendResponse()
Completed in 7 milliseconds