Searched refs:sockfd (Results 1 – 1 of 1) sorted by relevance
848 mtcp_getpeername(mctx_t mctx, int sockfd, struct sockaddr *saddr, in mtcp_getpeername() argument865 if (sockfd < 0 || sockfd >= g_config.mos->max_concurrency) { in mtcp_getpeername()866 TRACE_API("Socket id %d out of range.\n", sockfd); in mtcp_getpeername()877 socket = &mtcp->msmap[sockfd]; in mtcp_getpeername()