Home
last modified time | relevance | path

Searched refs:af_postproc (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sbin/ifconfig/
HDifconfig.h109 void (*af_postproc)(int s, const struct afswtch *); member
HDaf_inet6.c515 .af_postproc = in6_postproc,
HDifconfig.c967 if (afp->af_postproc != NULL) in ifconfig()
968 afp->af_postproc(s, afp); in ifconfig()