Searched refs:afswtch (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.1-release/sbin/ifconfig/
H A Difconfig.h39 struct afswtch;
42 typedef void c_func(const char *cmd, int arg, int s, const struct afswtch *afp);
43 typedef void c_func2(const char *arg1, const char *arg2, int s, const struct afswtch *afp);
67 void name(const char *cmd, int arg, int s, const struct afswtch *afp)
69 void name(const char *arg1, const char *arg2, int s, const struct afswtch *afp)
88 struct afswtch { struct
106 void (*af_postproc)(int s, const struct afswtch *);
111 struct afswtch *af_next;
118 void af_register(struct afswtch *);
136 void setifcap(const char *, int value, int s, const struct afswtch *);
[all...]
H A Dcarp.c57 static void setcarp_vhid(const char *, int, int, const struct afswtch *rafp);
59 static void setcarp_advbase(const char *,int, int, const struct afswtch *rafp);
60 static void setcarp_advskew(const char *, int, int, const struct afswtch *rafp);
61 static void setcarp_passwd(const char *, int, int, const struct afswtch *rafp);
94 setcarp_vhid(const char *val, int d, int s, const struct afswtch *afp)
159 setcarp_passwd(const char *val, int d, int s, const struct afswtch *afp)
169 setcarp_advskew(const char *val, int d, int s, const struct afswtch *afp)
179 setcarp_advbase(const char *val, int d, int s, const struct afswtch *afp)
189 setcarp_state(const char *val, int d, int s, const struct afswtch *afp)
212 static struct afswtch af_car
[all...]
H A Difbridge.c294 setbridge_add(const char *val, int d, int s, const struct afswtch *afp)
305 setbridge_delete(const char *val, int d, int s, const struct afswtch *afp)
316 setbridge_discover(const char *val, int d, int s, const struct afswtch *afp)
323 unsetbridge_discover(const char *val, int d, int s, const struct afswtch *afp)
330 setbridge_learn(const char *val, int d, int s, const struct afswtch *afp)
337 unsetbridge_learn(const char *val, int d, int s, const struct afswtch *afp)
344 setbridge_sticky(const char *val, int d, int s, const struct afswtch *afp)
351 unsetbridge_sticky(const char *val, int d, int s, const struct afswtch *afp)
358 setbridge_span(const char *val, int d, int s, const struct afswtch *afp)
369 unsetbridge_span(const char *val, int d, int s, const struct afswtch *af
[all...]
H A Difpfsync.c49 void setpfsync_syncdev(const char *, int, int, const struct afswtch *);
50 void unsetpfsync_syncdev(const char *, int, int, const struct afswtch *);
51 void setpfsync_syncpeer(const char *, int, int, const struct afswtch *);
52 void unsetpfsync_syncpeer(const char *, int, int, const struct afswtch *);
53 void setpfsync_syncpeer(const char *, int, int, const struct afswtch *);
54 void setpfsync_maxupd(const char *, int, int, const struct afswtch *);
55 void setpfsync_defer(const char *, int, int, const struct afswtch *);
59 setpfsync_syncdev(const char *val, int d, int s, const struct afswtch *rafp)
77 unsetpfsync_syncdev(const char *val, int d, int s, const struct afswtch *rafp)
95 setpfsync_syncpeer(const char *val, int d, int s, const struct afswtch *raf
[all...]
H A Difconfig.c101 const struct afswtch *afp);
102 static void status(const struct afswtch *afp, const struct sockaddr_dl *sdl,
107 static struct afswtch *af_getbyname(const char *name);
108 static struct afswtch *af_getbyfamily(int af);
148 const struct afswtch *afp = NULL;
361 static struct afswtch *afs = NULL;
364 af_register(struct afswtch *p)
370 static struct afswtch *
373 struct afswtch *afp;
381 static struct afswtch *
[all...]
H A Diffib.c66 const struct afswtch *afp)
87 static struct afswtch af_fib = {
H A Difgif.c74 int d, int s, const struct afswtch *afp)
102 static struct afswtch af_gif = {
H A Difgre.c69 const struct afswtch *afp)
82 static struct afswtch af_gre = {
H A Daf_link.c98 static struct afswtch af_link = {
106 static struct afswtch af_ether = {
114 static struct afswtch af_lladdr = {
H A Daf_atalk.c59 const struct afswtch *afp)
73 const struct afswtch *afp)
134 at_postproc(int s, const struct afswtch *afp)
160 static struct afswtch af_atalk = {
H A Daf_nd6.c64 void setnd6flags(const char *, int, int, const struct afswtch *);
65 void setnd6defif(const char *, int, int, const struct afswtch *);
71 const struct afswtch *afp)
95 const struct afswtch *afp)
H A Daf_ipx.c97 ipx_postproc(int s, const struct afswtch *afp)
102 static struct afswtch af_ipx = {
H A Difmac.c81 setifmaclabel(const char *val, int d, int s, const struct afswtch *rafp)
105 static struct afswtch af_mac = {
H A Daf_inet6.c70 extern void setnd6flags(const char *, int, int, const struct afswtch *);
71 extern void setnd6defif(const char *, int, int, const struct afswtch *);
78 const struct afswtch *afp)
87 const struct afswtch *afp)
100 const struct afswtch *afp)
123 const struct afswtch *afp)
130 const struct afswtch *afp)
137 const struct afswtch *afp)
403 in6_postproc(int s, const struct afswtch *afp)
487 static struct afswtch af_inet
[all...]
H A Diflagg.c35 setlaggport(const char *val, int d, int s, const struct afswtch *afp)
49 unsetlaggport(const char *val, int d, int s, const struct afswtch *afp)
62 setlaggproto(const char *val, int d, int s, const struct afswtch *afp)
86 setlagghash(const char *val, int d, int s, const struct afswtch *afp)
230 static struct afswtch af_lagg = {
H A Difgroup.c48 setifgroup(const char *group_name, int d, int s, const struct afswtch *rafp)
66 unsetifgroup(const char *group_name, int d, int s, const struct afswtch *rafp)
168 static struct afswtch af_group = {
H A Difieee80211.c551 set80211ssid(const char *val, int d, int s, const struct afswtch *rafp)
573 set80211meshid(const char *val, int d, int s, const struct afswtch *rafp)
587 set80211stationname(const char *val, int d, int s, const struct afswtch *rafp)
748 set80211channel(const char *val, int d, int s, const struct afswtch *rafp)
757 set80211chanswitch(const char *val, int d, int s, const struct afswtch *rafp)
768 set80211authmode(const char *val, int d, int s, const struct afswtch *rafp)
790 set80211powersavemode(const char *val, int d, int s, const struct afswtch *rafp)
812 set80211powersave(const char *val, int d, int s, const struct afswtch *rafp)
823 set80211powersavesleep(const char *val, int d, int s, const struct afswtch *rafp)
829 set80211wepmode(const char *val, int d, int s, const struct afswtch *raf
[all...]
H A Difmedia.c252 setmedia(const char *val, int d, int s, const struct afswtch *afp)
279 setmediaopt(const char *val, int d, int s, const struct afswtch *afp)
286 unsetmediaopt(const char *val, int d, int s, const struct afswtch *afp)
318 setmediainst(const char *val, int d, int s, const struct afswtch *afp)
337 setmediamode(const char *val, int d, int s, const struct afswtch *afp)
819 static struct afswtch af_media = {
H A Difvlan.c189 static struct afswtch af_vlan = {
H A Daf_inet.c190 static struct afswtch af_inet = {
/freebsd-10.1-release/sbin/etherswitchcfg/
H A Difmedia.c254 setmedia(const char *val, int d, int s, const struct afswtch *afp)
281 setmediaopt(const char *val, int d, int s, const struct afswtch *afp)
288 unsetmediaopt(const char *val, int d, int s, const struct afswtch *afp)
320 setmediainst(const char *val, int d, int s, const struct afswtch *afp)
339 setmediamode(const char *val, int d, int s, const struct afswtch *afp)

Completed in 103 milliseconds