Home
last modified time | relevance | path

Searched refs:option_t (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c173 option_t *p;
387 option_t *opt;
451 option_t *opt;
625 option_t *opt;
678 static option_t *
703 option_t *opt; in process_option()
851 option_t *opt; in n_arguments()
890 option_t *opt; in add_options()
938 option_t *
942 option_t *opt;
[all …]
H A Dcbcp.c37 static int setcbcp __P((char **, option_t *));
39 static option_t cbcp_option_list[] = {
90 option_t *opt;
H A Dpppd.h125 } option_t; typedef
376 option_t *options; /* List of command-line options */
670 extern void add_options __P((option_t *));
674 extern option_t *remove_option __P((char *));
H A Dauth.c225 static int setupapfile __P((char **, option_t *));
226 static int privgroup __P((char **, option_t *));
227 static int set_noauth_addr __P((char **, option_t *));
233 option_t auth_options[] = {
306 option_t *opt;
350 option_t *opt;
378 option_t *opt;
H A Dlcp.c83 static int setescape __P((char **, option_t *));
86 static int setasyncmap __P((char **, option_t *));
89 static int setendpoint __P((char **, option_t *));
101 static int setfcsallow __P((char **, option_t *));
102 static int setfcswant __P((char **, option_t *));
114 static option_t lcp_option_list[] = {
362 option_t *opt;
395 option_t *opt;
416 option_t *opt;
473 option_t *opt;
[all …]
H A Dccp.c45 static int setbsdcomp __P((char **, option_t *));
46 static int setdeflate __P((char **, option_t *));
48 static option_t ccp_option_list[] = {
198 option_t *opt;
236 option_t *opt;
H A Dipv6cp.c174 static int setifaceid __P((char **arg, option_t *));
179 static option_t ipv6cp_option_list[] = {
278 option_t *opt;
H A Dupap.c45 static option_t pap_option_list[] = {
H A Dchap.c55 static option_t chap_option_list[] = {
H A Dmain.c190 extern option_t general_options[];
191 extern option_t auth_options[];
H A Dipcp.c108 static option_t ipcp_option_list[] = {
H A Dsys-solaris.c166 static option_t solaris_option_list[] = {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dminconn.c17 static option_t my_options[] = {
H A Dpassprompt.c25 static option_t options[] = {
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.h168 } option_t; typedef
172 option_t option;
/illumos-gate/usr/src/cmd/format/
H A Dmain.c236 if (option_t != NULL) { in main()
251 if (strcmp(option_t, type->dtype_asciilabel) == 0) in main()
258 "Specified type '%s' is not a known type.\n", option_t); in main()
H A Dglobal.h90 extern char *option_t; /* forced disk type option */
H A Dstartup.c71 char *option_t; variable
250 option_t = argv[next++]; in do_options()