Searched refs:tcp_init (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Dtcpsocket.c22 tcp_init(int argc, VALUE *argv, VALUE sock) function
81 rb_define_method(rb_cTCPSocket, "initialize", tcp_init, -1);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_proto.c150 .pr_init = tcp_init,
H A Dtcp_var.h1243 void tcp_init(struct protosw *, struct domain *);
H A Dtcp_subr.c349 tcp_init(struct protosw *pp, struct domain *dp) function
465 panic("tcp_init");
483 panic("failed to allocate call entry 1 in tcp_init\n");
876 * come from the zone allocator set up in tcp_init().
2494 * Clear all the TAO cache entries, called from tcp_init.
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Din6_proto.c202 .pr_init = tcp_init,

Completed in 190 milliseconds