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

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
minconn.c 17 static option_t my_options[] = {
passprompt.c 20 static option_t options[] = {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
options.c 154 static int noopt __P((char **, option_t *));
155 static int setdomain __P((char **, option_t *));
156 static int setnetmask __P((char **, option_t *));
157 static int setxonxoff __P((char **, option_t *));
158 static int readfile __P((char **, option_t *));
159 static int callfile __P((char **, option_t *));
160 static int showversion __P((char **, option_t *));
161 static int showhelp __P((char **, option_t *));
162 static int showalloptions __P((char **, option_t *));
164 static int setlogfile __P((char **, option_t *));
    [all...]
cbcp.c 44 static int setcbcp __P((char **, option_t *));
46 static option_t cbcp_option_list[] = {
97 option_t *opt;
pppd.h 118 } option_t; typedef in typeref:struct:__anon5
369 option_t *options; /* List of command-line options */
663 extern void add_options __P((option_t *));
667 extern option_t *remove_option __P((char *));
    [all...]
auth.c 232 static int setupapfile __P((char **, option_t *));
233 static int privgroup __P((char **, option_t *));
234 static int set_noauth_addr __P((char **, option_t *));
240 option_t auth_options[] = {
313 option_t *opt;
357 option_t *opt;
385 option_t *opt;
    [all...]
lcp.c 91 static int setescape __P((char **, option_t *));
94 static int setasyncmap __P((char **, option_t *));
97 static int setendpoint __P((char **, option_t *));
109 static int setfcsallow __P((char **, option_t *));
110 static int setfcswant __P((char **, option_t *));
122 static option_t lcp_option_list[] = {
370 option_t *opt;
403 option_t *opt;
424 option_t *opt;
481 option_t *opt
    [all...]
ccp.c 49 static int setbsdcomp __P((char **, option_t *));
50 static int setdeflate __P((char **, option_t *));
52 static option_t ccp_option_list[] = {
202 option_t *opt;
240 option_t *opt;
    [all...]
ipv6cp.c 178 static int setifaceid __P((char **arg, option_t *));
183 static option_t ipv6cp_option_list[] = {
282 option_t *opt;
    [all...]
upap.c 52 static option_t pap_option_list[] = {
chap.c 65 static option_t chap_option_list[] = {
main.c 193 extern option_t general_options[];
194 extern option_t auth_options[];
    [all...]
ipcp.c 115 static option_t ipcp_option_list[] = {
    [all...]
sys-solaris.c 172 static option_t solaris_option_list[] = {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/format/
main.c 210 if (option_t != NULL) {
225 if (strcmp(option_t, type->dtype_asciilabel) == 0)
232 "Specified type '%s' is not a known type.\n", option_t);
global.h 91 char *option_t; /* forced disk type option */ variable
startup.c 227 option_t = argv[next++];
    [all...]
  /onnv/onnv-gate/usr/src/cmd/boot/bootadm/
bootadm.c 101 } option_t; typedef in typeref:enum:__anon2
105 option_t option;
    [all...]

Completed in 720 milliseconds