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

/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c74 int ipx_fd; /* socket file descriptor */ member in struct:ip_xprt
213 if ((n = send(ipx->ipx_fd, buf, r, 0)) < 0) {
280 if ((n = recv(ipx->ipx_fd, buf, r, MSG_WAITALL)) == 0) {
385 if ((fd = accept(ipx->ipx_fd, (struct sockaddr *)&sa, &salen)) == -1) {
460 pfd.fd = ipx->ipx_fd;
467 ip_debug(IP_DEBUG_FINE, "hangup fd %d\n", ipx->ipx_fd);
477 (void) fcntl(ipx->ipx_fd, F_SETFL,
478 fcntl(ipx->ipx_fd, F_GETFL, 0) & ~O_NONBLOCK);
480 if (getpeername(ipx->ipx_fd, (struct sockaddr *)&sa,
485 ipx->ipx_fd);
[all...]

Completed in 74 milliseconds