Home
last modified time | relevance | path

Searched refs:af_exec (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/ifconfig/
H A Daf_link.c235 .af_exec = af_exec_ioctl,
248 .af_exec = af_exec_ioctl,
261 .af_exec = af_exec_ioctl,
H A Daf_inet.c534 .af_exec = af_exec_ioctl,
540 .af_exec = in_exec_nl,
H A Difconfig.h221 af_exec_f *af_exec; /* Handler to interact with kernel */ member
H A Daf_inet6.c758 .af_exec = af_exec_ioctl,
764 .af_exec = in6_exec_nl,
H A Difconfig.c1059 if (afp->af_exec == NULL) { in delifaddr()
1066 error = afp->af_exec(ctx, afp->af_difaddr, afp->af_ridreq); in delifaddr()
1078 if (afp->af_exec == NULL) { in addifaddr()
1086 int error = afp->af_exec(ctx, afp->af_aifaddr, afp->af_addreq); in addifaddr()