Lines Matching refs:socket
641 …int32_t (*SocketBind) (int32_t socket, const uint8_t *ip, uint32_t …
642 int32_t (*SocketListen) (int32_t socket, int32_t backlog);
643 …int32_t (*SocketAccept) (int32_t socket, uint8_t *ip, uint32_t …
644 …int32_t (*SocketConnect) (int32_t socket, const uint8_t *ip, uint32_t …
645 int32_t (*SocketRecv) (int32_t socket, void *buf, uint32_t len);
646 …int32_t (*SocketRecvFrom) (int32_t socket, void *buf, uint32_t len, uin…
647 …int32_t (*SocketSend) (int32_t socket, const void *buf, uint32_t le…
648 …int32_t (*SocketSendTo) (int32_t socket, const void *buf, uint32_t le…
649 …int32_t (*SocketGetSockName) (int32_t socket, uint8_t *ip, uint32_t *ip_le…
650 …int32_t (*SocketGetPeerName) (int32_t socket, uint8_t *ip, uint32_t *ip_le…
651 …int32_t (*SocketGetOpt) (int32_t socket, int32_t opt_id, void *…
652 …int32_t (*SocketSetOpt) (int32_t socket, int32_t opt_id, const void *…
653 int32_t (*SocketClose) (int32_t socket);