Searched refs:OPT_STATIC (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | passprompt.c | 23 OPT_STATIC, NULL, PATH_MAX },
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | auth.c | 259 OPT_PRIV|OPT_STATIC, NULL, MAXNAMELEN }, 261 "Set name for auth with peer", OPT_STATIC, NULL, MAXNAMELEN }, 265 "Set remote name for authentication", OPT_STATIC, 278 "Password for authenticating us to the peer", OPT_STATIC,
|
H A D | options.c | 304 OPT_PRIV|OPT_STATIC, NULL, MAXPATHLEN }, 815 if (opt->flags & OPT_STATIC) {
|
H A D | pppd.h | 129 #define OPT_STATIC 0x2000 /* string option goes into static array */ macro
|
H A D | lcp.c | 208 "LCP Identification string", OPT_STATIC, NULL, sizeof(identstr) },
|