Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ifconfig/
H A Daf_link.c245 .af_exec = af_exec_ioctl,
258 .af_exec = af_exec_ioctl,
271 .af_exec = af_exec_ioctl,
H A Daf_inet.c558 .af_exec = af_exec_ioctl,
564 .af_exec = in_exec_nl,
H A Difconfig.h210 af_exec_f *af_exec; /* Handler to interact with kernel */ member
H A Daf_inet6.c753 .af_exec = af_exec_ioctl,
759 .af_exec = in6_exec_nl,
H A Difconfig.c1074 if (afp->af_exec == NULL) { in delifaddr()
1081 error = afp->af_exec(ctx, afp->af_difaddr, afp->af_ridreq); in delifaddr()
1093 if (afp->af_exec == NULL) { in addifaddr()
1101 int error = afp->af_exec(ctx, afp->af_aifaddr, afp->af_addreq); in addifaddr()