Home
last modified time | relevance | path

Searched refs:PF_INET (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dsocket.h108 #define PF_INET 2 macro
158 #define AF_INET PF_INET
730 * <li><b>EADDINUSE</b>: For PF_INET/SOCK_DGRAM socket without local port bond, when attempting to bind to an ephemeral port, it was determined that all port numbers in the ephemeral port range are currently in use.</li>
734 * <li><b>EINPROGRESS</b>: For PF_INET/SOCK_STREAM, there was one send operation in progress, and concurrent sending was not supported.</li>
736 * <li><b>EMSGSIZE</b>: The socket type requires that message be sent atomically, and the size of the message to be sent made this impossible. For PF_PACKET/SOCK_RAW socket, it means the packet is larger than the MTU of out network interface. For PF_INET/(SOCK_RAW,SOCK_DGRAM) socket, it means the packet is larger than 65000 bytes.</li>
833 * <li><b>EACCES</b>: For PF_INET/(SOCK_RAW,SOCK_DGRAM) socket, the destination address is broadcast but SO_BROADCAST option was not enabled.</li>
834 * <li><b>EADDINUSE</b>: For PF_INET/SOCK_DGRAM socket without local port bond, when attempting to bind to an ephemeral port, it was determined that all port numbers in the ephemeral port range are currently in use.</li>
839 * <li><b>EINPROGRESS</b>: For PF_INET/SOCK_STREAM, there was one send operation in progress, and concurrent sending was not supported.</li>
841 * <li><b>EMSGSIZE</b>: The socket type requires that message be sent atomically, and the size of the message to be sent made this impossible. For PF_PACKET/SOCK_RAW socket, it means the packet is larger than the MTU of out network interface. For PF_INET/(SOCK_RAW,SOCK_DGRAM) socket, it means the packet is larger than 65000 bytes.</li>
934 * <li><b>EADDINUSE</b>: For PF_INET/SOCK_DGRA
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h191 #define PF_INET AF_INET macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsockets.h291 #define PF_INET AF_INET macro
1781 * - <b> [EADDINUSE] </b>: For PF_INET/SOCK_DGRAM socket without local port bond, \
1787 * - <b> [EINPROGRESS] </b>: For PF_INET/SOCK_STREAM, there was one send operation in progress,
1793 * the MTU of out network interface. For PF_INET/(SOCK_RAW,SOCK_DGRAM) socket,
1847 * - <b> [EADDINUSE] </b>: For PF_INET/SOCK_DGRAM socket without local port bond, when attempting to
1852 * - <b> [EINPROGRESS] </b>: For PF_INET/SOCK_STREAM, there was one send operation in progress,
1857 * it means the packet is larger than the MTU of out network interface. For PF_INET/(SOCK_RAW,SOCK_DGRAM) socket,
1917 * - <b> [EACCES] </b>: For PF_INET/(SOCK_RAW,SOCK_DGRAM) socket,
1919 * - <b> [EADDINUSE] </b>: For PF_INET/SOCK_DGRAM socket without local port bond,
1927 * - <b> [EINPROGRESS] </b>: For PF_INET/SOCK_STREA
[all...]

Completed in 7 milliseconds