Searched refs:af_postproc (Results 1 – 3 of 3) sorted by relevance
124 void (*af_postproc)(int s, const struct afswtch *); member
584 .af_postproc = in6_postproc,
1086 if (afp->af_postproc != NULL) in ifconfig()1087 afp->af_postproc(s, afp); in ifconfig()