iscsid_main.c | 56 int client_sock; /* the client communication socket */ variable in typeref:typename:int 551 client_sock = init_daemon(); 552 if (client_sock < 0) 572 close(client_sock); 589 ret = recvfrom(client_sock, req, len, MSG_PEEK | 615 ret = recvfrom(client_sock, req, len, MSG_WAITALL, 656 ret = sendto(client_sock, rsp, len, 0,
|