Searched refs:af_exec (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sbin/ifconfig/ |
| H A D | af_link.c | 245 .af_exec = af_exec_ioctl, 258 .af_exec = af_exec_ioctl, 271 .af_exec = af_exec_ioctl,
|
| H A D | af_inet.c | 558 .af_exec = af_exec_ioctl, 564 .af_exec = in_exec_nl,
|
| H A D | ifconfig.h | 210 af_exec_f *af_exec; /* Handler to interact with kernel */ member
|
| H A D | af_inet6.c | 753 .af_exec = af_exec_ioctl, 759 .af_exec = in6_exec_nl,
|
| H A D | ifconfig.c | 1074 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()
|