Home
last modified time | relevance | path

Searched refs:sonewconn (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.101.15/bsd/net/
H A Dnet_stubs.c446 STUB(sonewconn);
/xnu-10063.101.15/bsd/sys/
H A Dsocketvar.h797 extern struct socket *sonewconn(struct socket *head, int connstatus,
/xnu-10063.101.15/bsd/kern/
H A Dvsock_domain.c566 so2 = sonewconn(pcb->so, 0, (struct sockaddr *)&addr); in vsock_put_message_listening()
H A Duipc_usrreq.c1373 (so3 = sonewconn(so2, 0, nam)) == 0) { in unp_connect()
H A Duipc_socket2.c492 sonewconn(struct socket *head, int connstatus, const struct sockaddr *from) in sonewconn() function
/xnu-10063.101.15/bsd/netinet/
H A Dtcp_input.c2580 so2 = sonewconn(so, 0, SA(&from)); in tcp_input()
2582 so2 = sonewconn(so, 0, NULL); in tcp_input()
2588 so2 = sonewconn(so, 0, SA(&from)); in tcp_input()
2590 so2 = sonewconn(so, 0, NULL); in tcp_input()