Symbol: cmdargs
usr.sbin/ppp/bundle.c
1017
bundle_ShowLinks(struct cmdargs const *arg)
usr.sbin/ppp/bundle.c
1057
bundle_ShowStatus(struct cmdargs const *arg)
usr.sbin/ppp/bundle.h
166
extern int bundle_ShowLinks(struct cmdargs const *);
usr.sbin/ppp/bundle.h
167
extern int bundle_ShowStatus(struct cmdargs const *);
usr.sbin/ppp/ccp.c
159
ccp_ReportStatus(struct cmdargs const *arg)
usr.sbin/ppp/ccp.h
159
extern int ccp_ReportStatus(struct cmdargs const *);
usr.sbin/ppp/command.c
1061
struct cmdargs arg;
usr.sbin/ppp/command.c
1209
ShowCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1223
TerminalCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1242
QuitCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1255
OpenCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1304
CloseCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1332
DownCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1358
SetModemSpeed(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1389
SetStoppedTimeout(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1407
SetServer(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1513
SetEscape(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1532
SetInterfaceAddr(struct cmdargs const *arg)
usr.sbin/ppp/command.c
1620
SetVariable(struct cmdargs const *arg)
usr.sbin/ppp/command.c
170
static int ShowCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
171
static int TerminalCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
172
static int QuitCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
173
static int OpenCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
174
static int CloseCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
175
static int DownCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
176
static int SetCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
177
static int LinkCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
178
static int AddCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
179
static int DeleteCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
180
static int NegotiateCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
181
static int ClearCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
182
static int RunListCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
183
static int IfaceAddCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
184
static int IfaceDeleteCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
185
static int IfaceClearCommand(struct cmdargs const *);
usr.sbin/ppp/command.c
186
static int SetProcTitle(struct cmdargs const *);
usr.sbin/ppp/command.c
188
static int NatEnable(struct cmdargs const *);
usr.sbin/ppp/command.c
189
static int NatOption(struct cmdargs const *);
usr.sbin/ppp/command.c
204
HelpCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2389
SetCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2404
AddCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2494
DeleteCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2542
NatEnable(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2565
NatOption(struct cmdargs const *arg)
usr.sbin/ppp/command.c
257
IdentCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2589
LinkCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2640
command_ChooseLink(struct cmdargs const *arg)
usr.sbin/ppp/command.c
266
SendIdentification(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2697
OptSet(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2722
IfaceAliasOptSet(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2738
NegotiateSet(struct cmdargs const *arg)
usr.sbin/ppp/command.c
276
CloneCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2943
NegotiateCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
296
RemoveCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
2981
ClearCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
3027
RunListCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
3054
IfaceAddCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
3104
IfaceDeleteCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
311
RenameCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
3140
IfaceClearCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
3166
SetProcTitle(struct cmdargs const *arg)
usr.sbin/ppp/command.c
325
LoadCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
357
LogCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
380
SaveCommand(struct cmdargs const *arg __unused)
usr.sbin/ppp/command.c
387
DialCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
595
ShellCommand(struct cmdargs const *arg, int bg)
usr.sbin/ppp/command.c
697
BgShellCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
705
FgShellCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
711
ResolvCommand(struct cmdargs const *arg)
usr.sbin/ppp/command.c
883
ShowEscape(struct cmdargs const *arg)
usr.sbin/ppp/command.c
902
ShowTimerList(struct cmdargs const *arg)
usr.sbin/ppp/command.c
909
ShowStopped(struct cmdargs const *arg)
usr.sbin/ppp/command.c
931
ShowVersion(struct cmdargs const *arg)
usr.sbin/ppp/command.c
938
ShowProtocolStats(struct cmdargs const *arg)
usr.sbin/ppp/command.h
51
int (*func) (struct cmdargs const *);
usr.sbin/ppp/command.h
74
extern struct link *command_ChooseLink(struct cmdargs const *);
usr.sbin/ppp/datalink.c
1066
datalink_Show(struct cmdargs const *arg)
usr.sbin/ppp/datalink.c
1156
datalink_SetReconnect(struct cmdargs const *arg)
usr.sbin/ppp/datalink.c
1167
datalink_SetRedial(struct cmdargs const *arg)
usr.sbin/ppp/datalink.h
147
extern int datalink_Show(struct cmdargs const *);
usr.sbin/ppp/datalink.h
148
extern int datalink_SetRedial(struct cmdargs const *);
usr.sbin/ppp/datalink.h
149
extern int datalink_SetReconnect(struct cmdargs const *);
usr.sbin/ppp/filter.c
409
filter_Set(struct cmdargs const *arg)
usr.sbin/ppp/filter.c
499
filter_Show(struct cmdargs const *arg)
usr.sbin/ppp/filter.h
95
struct cmdargs;
usr.sbin/ppp/filter.h
97
extern int filter_Show(struct cmdargs const *);
usr.sbin/ppp/filter.h
98
extern int filter_Set(struct cmdargs const *);
usr.sbin/ppp/hdlc.c
379
hdlc_ReportStatus(struct cmdargs const *arg)
usr.sbin/ppp/hdlc.h
103
extern int hdlc_ReportStatus(struct cmdargs const *);
usr.sbin/ppp/hdlc.h
60
struct cmdargs;
usr.sbin/ppp/iface.c
640
iface_Show(struct cmdargs const *arg)
usr.sbin/ppp/iface.h
62
extern int iface_Show(struct cmdargs const *);
usr.sbin/ppp/ipcp.c
346
ipcp_Show(struct cmdargs const *arg)
usr.sbin/ppp/ipcp.c
409
ipcp_vjset(struct cmdargs const *arg)
usr.sbin/ppp/ipcp.h
109
struct cmdargs;
usr.sbin/ppp/ipcp.h
118
extern int ipcp_Show(struct cmdargs const *);
usr.sbin/ppp/ipcp.h
124
extern int ipcp_vjset(struct cmdargs const *);
usr.sbin/ppp/ipv6cp.c
323
ipv6cp_Show(struct cmdargs const *arg)
usr.sbin/ppp/ipv6cp.h
65
struct cmdargs;
usr.sbin/ppp/ipv6cp.h
74
extern int ipv6cp_Show(struct cmdargs const *);
usr.sbin/ppp/lcp.c
156
lcp_ReportStatus(struct cmdargs const *arg)
usr.sbin/ppp/lcp.h
130
struct cmdargs;
usr.sbin/ppp/lcp.h
141
extern int lcp_ReportStatus(struct cmdargs const *);
usr.sbin/ppp/link.c
375
link_ShowLayers(struct cmdargs const *arg)
usr.sbin/ppp/link.h
39
struct cmdargs;
usr.sbin/ppp/link.h
81
extern int link_ShowLayers(struct cmdargs const *);
usr.sbin/ppp/log.c
416
log_ShowLevel(struct cmdargs const *arg)
usr.sbin/ppp/log.c
436
log_SetLevel(struct cmdargs const *arg)
usr.sbin/ppp/log.c
508
log_ShowWho(struct cmdargs const *arg)
usr.sbin/ppp/log.h
61
struct cmdargs;
usr.sbin/ppp/log.h
86
extern int log_ShowLevel(struct cmdargs const *);
usr.sbin/ppp/log.h
87
extern int log_SetLevel(struct cmdargs const *);
usr.sbin/ppp/log.h
88
extern int log_ShowWho(struct cmdargs const *);
usr.sbin/ppp/mbuf.c
320
mbuf_Show(struct cmdargs const *arg)
usr.sbin/ppp/mbuf.h
100
struct cmdargs;
usr.sbin/ppp/mbuf.h
115
extern int mbuf_Show(struct cmdargs const *);
usr.sbin/ppp/mp.c
805
mp_SetDatalinkBandwidth(struct cmdargs const *arg)
usr.sbin/ppp/mp.c
826
mp_ShowStatus(struct cmdargs const *arg)
usr.sbin/ppp/mp.c
957
mp_SetEnddisc(struct cmdargs const *arg)
usr.sbin/ppp/mp.h
139
extern int mp_SetDatalinkBandwidth(struct cmdargs const *);
usr.sbin/ppp/mp.h
140
extern int mp_ShowStatus(struct cmdargs const *);
usr.sbin/ppp/mp.h
142
extern int mp_SetEnddisc(struct cmdargs const *);
usr.sbin/ppp/mp.h
33
struct cmdargs;
usr.sbin/ppp/nat_cmd.c
103
nat_RedirectPort(struct cmdargs const *arg)
usr.sbin/ppp/nat_cmd.c
200
nat_RedirectAddr(struct cmdargs const *arg)
usr.sbin/ppp/nat_cmd.c
237
nat_RedirectProto(struct cmdargs const *arg)
usr.sbin/ppp/nat_cmd.c
391
nat_ProxyRule(struct cmdargs const *arg)
usr.sbin/ppp/nat_cmd.c
414
nat_SetTarget(struct cmdargs const *arg)
usr.sbin/ppp/nat_cmd.c
445
nat_PunchFW(struct cmdargs const *arg)
usr.sbin/ppp/nat_cmd.h
31
struct cmdargs;
usr.sbin/ppp/nat_cmd.h
33
extern int nat_RedirectPort(struct cmdargs const *);
usr.sbin/ppp/nat_cmd.h
34
extern int nat_RedirectAddr(struct cmdargs const *);
usr.sbin/ppp/nat_cmd.h
35
extern int nat_RedirectProto(struct cmdargs const *);
usr.sbin/ppp/nat_cmd.h
36
extern int nat_ProxyRule(struct cmdargs const *);
usr.sbin/ppp/nat_cmd.h
37
extern int nat_SetTarget(struct cmdargs const *);
usr.sbin/ppp/nat_cmd.h
39
extern int nat_PunchFW(struct cmdargs const *);
usr.sbin/ppp/ncp.c
424
ncp_Show(struct cmdargs const *arg)
usr.sbin/ppp/ncp.h
73
extern int ncp_Show(struct cmdargs const *);
usr.sbin/ppp/physical.c
419
physical_ShowStatus(struct cmdargs const *arg)
usr.sbin/ppp/physical.h
137
extern int physical_ShowStatus(struct cmdargs const *);
usr.sbin/ppp/physical.h
28
struct cmdargs;
usr.sbin/ppp/prompt.c
276
struct cmdargs arg;
usr.sbin/ppp/prompt.c
510
PasswdCommand(struct cmdargs const *arg)
usr.sbin/ppp/prompt.h
39
struct cmdargs;
usr.sbin/ppp/prompt.h
92
extern int PasswdCommand(struct cmdargs const *);
usr.sbin/ppp/route.c
329
route_Show(struct cmdargs const *arg)
usr.sbin/ppp/route.h
33
struct cmdargs;
usr.sbin/ppp/route.h
57
extern int route_Show(struct cmdargs const *);
usr.sbin/ppp/slcompress.c
574
sl_Show(struct cmdargs const *arg)
usr.sbin/ppp/slcompress.h
142
struct cmdargs;
usr.sbin/ppp/slcompress.h
149
extern int sl_Show(struct cmdargs const *);
usr.sbin/ppp/systems.c
227
AllowUsers(struct cmdargs const *arg)
usr.sbin/ppp/systems.c
249
AllowModes(struct cmdargs const *arg)
usr.sbin/ppp/systems.h
35
struct cmdargs;
usr.sbin/ppp/systems.h
42
extern int AllowUsers(struct cmdargs const *);
usr.sbin/ppp/systems.h
43
extern int AllowModes(struct cmdargs const *);