HomeSort by: relevance | last modified time | path
    Searched defs:client_sock (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/iscsid/
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,
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,

Completed in 21 milliseconds