Searched refs:pr_init (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6protosw.h175 void (*pr_init)(void); /* initialization hook */ member in struct:ip6protosw
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_domain.c112 if (pr->pr_init)
113 (*pr->pr_init)();
115 /* Make sure pr_init isn't called again!! */
116 pr->pr_init = 0;
/darwin-on-arm/xnu/bsd/sys/
H A Dprotosw.h97 * A protocol is called through the pr_init entry before any other.
140 void (*pr_init)(void); /* initialization hook */ member in struct:protosw

Completed in 27 milliseconds