Searched refs:sonewconn (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h680 extern struct socket *sonewconn(struct socket *head, int connstatus,
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c1827 so2 = sonewconn(so, 0, (struct sockaddr*)&from);
1829 so2 = sonewconn(so, 0, NULL);
1835 so2 = sonewconn(so, 0, (struct sockaddr*)&from);
1837 so2 = sonewconn(so, 0, NULL);
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket2.c152 * structure queued on so_incomp by calling sonewconn(). When the connection
250 * which accepts connections, sonewconn is called. If the
414 sonewconn(struct socket *head, int connstatus, const struct sockaddr *from) function
H A Duipc_usrreq.c1139 (so3 = sonewconn(so2, 0, nam)) == 0) {

Completed in 28 milliseconds