Home
last modified time | relevance | path

Searched defs:service_entry (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c77 struct service_entry { struct
78 const char *se_name; /* Name of service */
79 struct filter_entry *se_flist; /* Pointer to list of client filters */
80 uint_t se_flags; /* SEF_* flags (below) */
81 int se_debug; /* Debug level (0=nodebug) */
82 char *se_server; /* Server (AC) name */
83 char *se_pppd; /* Options for pppd */
84 char *se_path; /* Path to pppd executable */
85 char *se_extra; /* Extra options */
86 char *se_log; /* Log file */
[all …]