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

/macosx-10.9.5/network_cmds-433/ifconfig.tproj/
H A Difconfig.h67 struct afswtch;
70 typedef void c_func(const char *cmd, int arg, int s, const struct afswtch *afp);
71 typedef void c_func2(const char *arg1, const char *arg2, int s, const struct afswtch *afp);
95 void name(const char *cmd, int arg, int s, const struct afswtch *afp)
97 void name(const char *arg1, const char *arg2, int s, const struct afswtch *afp)
116 struct afswtch { struct
134 void (*af_postproc)(int s, const struct afswtch *);
139 struct afswtch *af_next;
148 void af_register(struct afswtch *);
167 void setifcap(const char *, int value, int s, const struct afswtch *);
[all...]
H A Difbridge.c329 setbridge_add(const char *val, int d, int s, const struct afswtch *afp)
340 setbridge_delete(const char *val, int d, int s, const struct afswtch *afp)
351 setbridge_discover(const char *val, int d, int s, const struct afswtch *afp)
358 unsetbridge_discover(const char *val, int d, int s, const struct afswtch *afp)
365 setbridge_learn(const char *val, int d, int s, const struct afswtch *afp)
372 unsetbridge_learn(const char *val, int d, int s, const struct afswtch *afp)
380 setbridge_sticky(const char *val, int d, int s, const struct afswtch *afp)
387 unsetbridge_sticky(const char *val, int d, int s, const struct afswtch *afp)
394 setbridge_span(const char *val, int d, int s, const struct afswtch *afp)
405 unsetbridge_span(const char *val, int d, int s, const struct afswtch *af
[all...]
H A Difconfig.c137 const struct afswtch *afp);
138 static void status(const struct afswtch *afp, const struct sockaddr_dl *sdl,
149 static struct afswtch *af_getbyname(const char *name);
150 static struct afswtch *af_getbyfamily(int af);
190 const struct afswtch *afp = NULL;
386 static struct afswtch *afs = NULL;
389 af_register(struct afswtch *p)
395 static struct afswtch *
398 struct afswtch *afp;
406 static struct afswtch *
[all...]
H A Daf_link.c138 static struct afswtch af_link = {
146 static struct afswtch af_ether = {
154 static struct afswtch af_lladdr = {
H A Daf_inet6.c111 const struct afswtch *afp)
120 const struct afswtch *afp)
143 const struct afswtch *afp)
156 const struct afswtch *afp)
178 const struct afswtch *afp)
185 const struct afswtch *afp)
192 const struct afswtch *afp)
493 in6_postproc(int s, const struct afswtch *afp)
625 static struct afswtch af_inet6 = {
H A Difmedia.c256 setmedia(const char *val, int d, int s, const struct afswtch *afp)
287 setmediaopt(const char *val, int d, int s, const struct afswtch *afp)
294 unsetmediaopt(const char *val, int d, int s, const struct afswtch *afp)
326 setmediainst(const char *val, int d, int s, const struct afswtch *afp)
346 setmediamode(const char *val, int d, int s, const struct afswtch *afp)
856 static struct afswtch af_media = {
H A Difvlan.c193 static struct afswtch af_vlan = {
H A Daf_inet.c226 static struct afswtch af_inet = {
H A Difbond.c267 static struct afswtch af_bond = {

Completed in 132 milliseconds