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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6protosw.h144 void (*pr_init)(void); /* initialization hook */ member in struct:ip6protosw
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_domain.c109 if (pr->pr_init)
110 (*pr->pr_init)();
112 /* Make sure pr_init isn't called again!! */
113 pr->pr_init = 0;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dprotosw.h92 * A protocol is called through the pr_init entry before any other.
134 void (*pr_init)(void); /* initialization hook */ member in struct:protosw

Completed in 32 milliseconds