HomeSort by relevance Sort by last modified time
    Searched refs:resp_name (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/netif/ppp/
chap.h 118 char *resp_name; /* Our name to send with response */ member in struct:chap_state
chap.c 181 cstate->resp_name = our_name;
473 if (!get_secret(cstate->unit, cstate->resp_name, rhostname,
817 name_len = (int)strlen(cstate->resp_name);
831 BCOPY(cstate->resp_name, outp, name_len); /* append our name */

Completed in 232 milliseconds