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

  /external/libppp/src/
datalink.h 69 char dial[SCRIPT_LEN];
70 char login[SCRIPT_LEN];
71 char logout[SCRIPT_LEN];
72 char hangup[SCRIPT_LEN];
75 char list[SCRIPT_LEN]; /* Telephone Numbers */
93 char list[SCRIPT_LEN]; /* copy of cfg.list for strsep() */
cbcp.h 42 char phone[SCRIPT_LEN];
52 char phone[SCRIPT_LEN]; /* What to dial */
defs.h 56 #define SCRIPT_LEN 512 /* Size of login/dial/hangup scripts */
57 #define LINE_LEN SCRIPT_LEN /* Size of lines */
58 #define DEVICE_LEN SCRIPT_LEN /* Size of individual devices */
lcp.h 44 char msg[SCRIPT_LEN]; /* with this data (E.164) */

Completed in 553 milliseconds