Home
last modified time | relevance | path

Searched refs:cmdargs (Results 1 – 25 of 43) sorted by relevance

12

/dragonfly/usr.sbin/ppp/
HDnat_cmd.h31 struct cmdargs;
33 extern int nat_RedirectPort(struct cmdargs const *);
34 extern int nat_RedirectAddr(struct cmdargs const *);
35 extern int nat_RedirectProto(struct cmdargs const *);
36 extern int nat_ProxyRule(struct cmdargs const *);
37 extern int nat_SetTarget(struct cmdargs const *);
39 extern int nat_PunchFW(struct cmdargs const *);
HDcommand.c170 static int ShowCommand(struct cmdargs const *);
171 static int TerminalCommand(struct cmdargs const *);
172 static int QuitCommand(struct cmdargs const *);
173 static int OpenCommand(struct cmdargs const *);
174 static int CloseCommand(struct cmdargs const *);
175 static int DownCommand(struct cmdargs const *);
176 static int SetCommand(struct cmdargs const *);
177 static int LinkCommand(struct cmdargs const *);
178 static int AddCommand(struct cmdargs const *);
179 static int DeleteCommand(struct cmdargs const *);
[all …]
HDlog.h61 struct cmdargs;
86 extern int log_ShowLevel(struct cmdargs const *);
87 extern int log_SetLevel(struct cmdargs const *);
88 extern int log_ShowWho(struct cmdargs const *);
HDsystems.h35 struct cmdargs;
42 extern int AllowUsers(struct cmdargs const *);
43 extern int AllowModes(struct cmdargs const *);
HDmp.h33 struct cmdargs;
139 extern int mp_SetDatalinkBandwidth(struct cmdargs const *);
140 extern int mp_ShowStatus(struct cmdargs const *);
142 extern int mp_SetEnddisc(struct cmdargs const *);
HDcommand.h37 struct cmdargs { struct
51 int (*func) (struct cmdargs const *); argument
74 extern struct link *command_ChooseLink(struct cmdargs const *);
HDfilter.h95 struct cmdargs;
97 extern int filter_Show(struct cmdargs const *);
98 extern int filter_Set(struct cmdargs const *);
HDipcp.h109 struct cmdargs;
118 extern int ipcp_Show(struct cmdargs const *);
124 extern int ipcp_vjset(struct cmdargs const *);
HDdatalink.h147 extern int datalink_Show(struct cmdargs const *);
148 extern int datalink_SetRedial(struct cmdargs const *);
149 extern int datalink_SetReconnect(struct cmdargs const *);
HDroute.h33 struct cmdargs;
57 extern int route_Show(struct cmdargs const *);
HDnat_cmd.c103 nat_RedirectPort(struct cmdargs const *arg) in nat_RedirectPort()
200 nat_RedirectAddr(struct cmdargs const *arg) in nat_RedirectAddr()
237 nat_RedirectProto(struct cmdargs const *arg) in nat_RedirectProto()
391 nat_ProxyRule(struct cmdargs const *arg) in nat_ProxyRule()
414 nat_SetTarget(struct cmdargs const *arg) in nat_SetTarget()
445 nat_PunchFW(struct cmdargs const *arg) in nat_PunchFW()
HDlink.h39 struct cmdargs;
81 extern int link_ShowLayers(struct cmdargs const *);
HDhdlc.h60 struct cmdargs;
103 extern int hdlc_ReportStatus(struct cmdargs const *);
HDipv6cp.h65 struct cmdargs;
74 extern int ipv6cp_Show(struct cmdargs const *);
HDslcompress.h142 struct cmdargs;
149 extern int sl_Show(struct cmdargs const *);
HDprompt.h39 struct cmdargs;
92 extern int PasswdCommand(struct cmdargs const *);
HDmbuf.h100 struct cmdargs;
115 extern int mbuf_Show(struct cmdargs const *);
HDlcp.h130 struct cmdargs;
141 extern int lcp_ReportStatus(struct cmdargs const *);
HDbundle.h166 extern int bundle_ShowLinks(struct cmdargs const *);
167 extern int bundle_ShowStatus(struct cmdargs const *);
HDphysical.h28 struct cmdargs;
137 extern int physical_ShowStatus(struct cmdargs const *);
HDlog.c416 log_ShowLevel(struct cmdargs const *arg) in log_ShowLevel()
436 log_SetLevel(struct cmdargs const *arg) in log_SetLevel()
508 log_ShowWho(struct cmdargs const *arg) in log_ShowWho()
HDiface.h62 extern int iface_Show(struct cmdargs const *);
HDsystems.c227 AllowUsers(struct cmdargs const *arg) in AllowUsers()
249 AllowModes(struct cmdargs const *arg) in AllowModes()
HDccp.h159 extern int ccp_ReportStatus(struct cmdargs const *);
HDncp.h73 extern int ncp_Show(struct cmdargs const *);

12