Searched refs:SCRIPT_LEN (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
H A Ddatalink.h71 char dial[SCRIPT_LEN];
72 char login[SCRIPT_LEN];
73 char logout[SCRIPT_LEN];
74 char hangup[SCRIPT_LEN];
77 char list[SCRIPT_LEN]; /* Telephone Numbers */
95 char list[SCRIPT_LEN]; /* copy of cfg.list for strsep() */
H A Dcbcp.h44 char phone[SCRIPT_LEN];
54 char phone[SCRIPT_LEN]; /* What to dial */
H A Ddefs.h58 #define SCRIPT_LEN 512 /* Size of login/dial/hangup scripts */ macro
59 #define LINE_LEN SCRIPT_LEN /* Size of lines */
60 #define DEVICE_LEN SCRIPT_LEN /* Size of individual devices */
H A Dlcp.h46 char msg[SCRIPT_LEN]; /* with this data (E.164) */

Completed in 134 milliseconds