Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ifconfig/
Difconfig.h109 void (*af_postproc)(int s, const struct afswtch *); member
Daf_inet6.c517 .af_postproc = in6_postproc,
Difconfig.c1001 if (afp->af_postproc != NULL) in ifconfig()
1002 afp->af_postproc(s, afp); in ifconfig()