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

/xnu-2422.115.4/bsd/netinet/
H A Din_proto.c124 .pr_init = ip_init,
136 .pr_init = udp_init,
150 .pr_init = tcp_init,
191 .pr_init = igmp_init,
247 .pr_init = encap4_init,
258 .pr_init = encap4_init,
270 .pr_init = div_init,
283 .pr_init = rip_init,
H A Dmp_proto.c57 .pr_init = mptcp_init,
/xnu-2422.115.4/bsd/netinet6/
H A Dip6protosw.h181 void (*pr_init) /* initialization hook */ member in struct:ip6protosw
H A Din6_proto.c176 .pr_init = ip6_init,
189 .pr_init = udp_init,
205 .pr_init = tcp_init,
222 .pr_init = rip_init,
235 .pr_init = icmp6_init,
247 .pr_init = icmp6_init,
306 .pr_init = encap6_init,
318 .pr_init = encap6_init,
395 _CASSERT(offsetof(struct ip6protosw, pr_init) ==
396 offsetof(struct protosw, pr_init));
[all...]
/xnu-2422.115.4/bsd/kern/
H A Duipc_domain.c116 if (pp->pr_old->pr_init != NULL)
117 pp->pr_old->pr_init();
127 if (pp->pr_init != NULL)
128 pp->pr_init(pp, dp);
506 /* Copy everything but pr_init, pr_next, pr_domain, pr_protosw */
515 pp->pr_init = pr_init_old;
/xnu-2422.115.4/bsd/sys/
H A Dprotosw.h130 void (*pr_init)(void); /* initialization hook */ member in struct:protosw_old
168 * A protocol is called through the pr_init entry before any other.
216 void (*pr_init) /* initialization hook */ member in struct:protosw
/xnu-2422.115.4/bsd/netkey/
H A Dkeysock.c529 .pr_init = key_init,
/xnu-2422.115.4/tools/lldbmacros/
H A Dnet.py1819 if (pr.pr_init):
1821 out_string += GetSourceInformationForAddress(pr.pr_init) + "\n"
/xnu-2422.115.4/bsd/net/
H A Drtsock.c2006 .pr_init = raw_init,

Completed in 42 milliseconds