Home
last modified time | relevance | path

Searched refs:SOCK_RAW (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsockets.h211 #define SOCK_RAW 3 macro
212 #define SOCK_MAX (SOCK_RAW + 1)
782 #define SOCK_MAX (SOCK_RAW + 1)
988 * - On AF_INET/AF_INET6 SOCK_RAW socket, it will update local IP address.
990 * - AF_INET/AF_INET6 SOCK_RAW bind does not check if socket address is available or not.
1105 * - <b>.For PF_PACKET/SOCK_RAW sockets, this error is returned.
1207 * - SO_ERROR is not supported when socket is SOCK_RAW type.
1656 * For message-based sockets, such as [RS] [Option Start] SOCK_RAW, [Option End] SOCK_DGRAM, and SOCK_SEQPACKET,
1792 * For PF_PACKET/SOCK_RAW socket, it means the packet is larger than
1793 * the MTU of out network interface. For PF_INET/(SOCK_RAW,SOCK_DGRA
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h186 #define SOCK_RAW 3 macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dsocket.h93 #define SOCK_RAW 3 macro
390 * @param type [IN] Specifies the socket type. [SOCK_RAW|SOCK_DGRAM|SOCK_STREAM]
395 * <li>Only domain AF_INET and AF_PACKET are supported. For AF_INET, type SOCK_RAW|SOCK_DGRAM|SOCK_STREAM is supported.
396 * For AF_PACKET, only type SOCK_RAW is 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>
737 * <li><b>ENETDOWN</b>: For PF_PACKET/SOCK_RAW socket, the binding network interface was down.</li>
740 * <li><b>ENODEVADDR</b>: For PF_PACKET/SOCK_RAW socket, the binding network interface does not exist.</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>
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 socke
[all...]
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
H A Dl2cap_sock.c643 if (sk->sk_type != SOCK_SEQPACKET && sk->sk_type != SOCK_STREAM && sk->sk_type != SOCK_RAW) { in l2cap_sock_getsockopt()
1825 case SOCK_RAW: in l2cap_sock_init()
1902 sock->type != SOCK_RAW) { in l2cap_sock_create()
1906 if (sock->type == SOCK_RAW && !kern && !capable(CAP_NET_RAW)) { in l2cap_sock_create()

Completed in 9 milliseconds