Lines Matching full:socket
16 * @brief Provides encapsulation for UDP socket operations like Read, Peek,
35 * Initialize the IPMI socket object with the socket descriptor
37 * @param [in] File Descriptor for the socket
52 * socket
74 * Reads the data available on the socket
78 * available on the socket and return code is 0.
87 * Writes the data in the vector to the socket
90 * The vector would be the buffer of data to write to the socket.
105 * The socket descriptor is the UDP server socket for the IPMI port.
106 * The same socket descriptor is used for multiple ipmi clients and the
108 * do not need to close the socket descriptor in the cleanup of the