Home
last modified time | relevance | path

Searched refs:OPT_STATIC (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c28 OPT_STATIC, NULL, PATH_MAX },
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c252 OPT_PRIV|OPT_STATIC, NULL, MAXNAMELEN },
254 "Set name for auth with peer", OPT_STATIC, NULL, MAXNAMELEN },
258 "Set remote name for authentication", OPT_STATIC,
271 "Password for authenticating us to the peer", OPT_STATIC,
H A Doptions.c298 OPT_PRIV|OPT_STATIC, NULL, MAXPATHLEN },
809 if (opt->flags & OPT_STATIC) {
H A Dpppd.h136 #define OPT_STATIC 0x2000 /* string option goes into static array */ macro
H A Dlcp.c200 "LCP Identification string", OPT_STATIC, NULL, sizeof(identstr) },