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

/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dnet_stubs.c2567 int sonewconn(void);
2568 int sonewconn(void) function
/macosx-10.9.5/ppp-727.90.1/Drivers/PPPoE/PPPoE-extension/
H A Dpppoe_proto.c647 when there is an incoming call, we create a new socket with sonewconn, so socket layer is happy.
648 the sonewconn will wake up the original listening app with the ogirinal socket.
652 with the second socket (created with sonewconn). [the socket layer knows that
653 those two sockets are related, because sonewconn had linked them together]
671 so2 = sonewconn(so, SS_ISCONFIRMING, (struct sockaddr*)(&addr)); // create the accepting connection
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp_input.c1940 so2 = sonewconn(so, 0, (struct sockaddr*)&from);
1942 so2 = sonewconn(so, 0, NULL);
1948 so2 = sonewconn(so, 0, (struct sockaddr*)&from);
1950 so2 = sonewconn(so, 0, NULL);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dsocketvar.h663 extern struct socket *sonewconn(struct socket *head, int connstatus,
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Duipc_usrreq.c1180 (so3 = sonewconn(so2, 0, nam)) == 0) {
H A Duipc_socket2.c159 * structure queued on so_incomp by calling sonewconn(). When the connection
261 * which accepts connections, sonewconn is called. If the
423 sonewconn(struct socket *head, int connstatus, const struct sockaddr *from) function

Completed in 207 milliseconds