IPC_HEAD_SIZE 69 clib/ipcomm.c charRecv = recv(sock, (LPSTR)fbuf, IPC_HEAD_SIZE, NO_FLAGS); IPC_HEAD_SIZE 73 clib/ipcomm.c charRecv = recv(sock, fbuf, IPC_HEAD_SIZE, NO_FLAGS); IPC_HEAD_SIZE 83 clib/ipcomm.c if (charRecv != IPC_HEAD_SIZE) IPC_HEAD_SIZE 90 clib/ipcomm.c fbuf[IPC_HEAD_SIZE] = EOS; IPC_HEAD_SIZE 157 clib/ipcomm.c char *fbuf, header[IPC_HEAD_SIZE + 1], mname[] = "ipc_send"; IPC_HEAD_SIZE 171 clib/ipcomm.c if ((charSent = send(sock, header, IPC_HEAD_SIZE, NO_FLAGS)) ==