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

  /external/syslinux/core/lwip/src/netif/ppp/
pap.c 34 * upap.c - User/Password Authentication Protocol.
77 { "pap-restart", o_int, &upap[0].us_timeouttime,
79 { "pap-max-authreq", o_int, &upap[0].us_maxtransmits,
81 { "pap-timeout", o_int, &upap[0].us_reqtimeout,
121 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */ variable
133 * upap_init - Initialize a UPAP unit.
138 upap_state *u = &upap[unit];
162 upap_state *u = &upap[unit];
194 upap_state *u = &upap[unit]
    [all...]
  /external/ppp/pppd/
upap.c 2 * upap.c - User/Password Authentication Protocol.
43 #define RCSID "$Id: upap.c,v 1.30 2005/07/13 10:41:58 paulus Exp $"
53 #include "upap.h"
68 { "pap-restart", o_int, &upap[0].us_timeouttime,
70 { "pap-max-authreq", o_int, &upap[0].us_maxtransmits,
72 { "pap-timeout", o_int, &upap[0].us_reqtimeout,
109 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */ variable
121 * upap_init - Initialize a UPAP unit.
127 upap_state *u = &upap[unit]
    [all...]

Completed in 149 milliseconds