Home | History | Annotate | Download | only in pppd

Lines Matching refs:MAX

79 #define MAXWORDLEN	1024	/* max length of word in file (incl null) */
80 #define MAXARGS 1 /* max # args to a command */
81 #define MAXNAMELEN 256 /* max length of hostname or name for auth */
82 #define MAXSECRETLEN 256 /* max length of password or secret */
315 extern int maxfail; /* Max # of unsuccessful connection attempts */
319 extern int max_data_rate; /* max bytes/sec through charshunt */
334 3 - max(in,out) */
927 #ifndef MAX
928 #define MAX(a, b) ((a) > (b)? (a): (b))