Home
last modified time | relevance | path

Searched refs:chal_name (Results 1 – 2 of 2) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dchap.h108 char *chal_name; /* Our name to use with challenge */ member
A Dchap.c208 cstate->chal_name = our_name; in ChapAuthPeer()
588 if (!get_secret(cstate->unit, rhostname, cstate->chal_name, in ChapReceiveResponse()
717 name_len = (int)strlen(cstate->chal_name); in ChapSendChallenge()
731 BCOPY(cstate->chal_name, outp, name_len); /* append hostname */ in ChapSendChallenge()

Completed in 4 milliseconds