Searched defs:parenthandle (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c91 static void *sdp_sock_newconn(void *parenthandle, void *connind);
1195 sdp_sock_newconn(void *parenthandle, void *connind) argument
1197 struct sonode *lso = parenthandle;
H A Dsocksctp.c1935 sctp_assoc_newconn(sock_upper_handle_t parenthandle, argument
1939 struct sctp_sonode *lss = (struct sctp_sonode *)parenthandle;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1128 so_newconn(sock_upper_handle_t parenthandle, argument
1132 struct sonode *so = (struct sonode *)parenthandle;

Completed in 67 milliseconds