Home
last modified time | relevance | path

Searched refs:IPPROTO_IP (Results 1 - 5 of 5) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsockets.h302 #define IPPROTO_IP 0 macro
329 * Options for level IPPROTO_IP
791 #define LWIP_IS_IPPROTOCOL(protocol) ((protocol) == IPPROTO_IP || (protocol) == IPPROTO_IPV6 || (protocol) == 0)
798 #define LWIP_IS_IPPROTOCOL(protocol) ((protocol) == IPPROTO_IP || (protocol) == 0)
1162 * - IPPROTO_IP
1189 * - The following options are supported under IPPROTO_IP:
1289 * - IPPROTO_IP
1328 * - The following options are supported under IPPROTO_IP:
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h195 #define IPPROTO_IP 0 macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/netinet/
H A Din.h83 #define IPPROTO_IP 0 macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_general.c1043 ret = setsockopt(sfd, IPPROTO_IP, IP_TOS, &tos, sizeof(tos)); in ip_start_tcp_client()
1134 ret = setsockopt(sfd, IPPROTO_IP, IP_TOS, &tos, sizeof(tos)); in ip_start_udp()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c[all...]

Completed in 41 milliseconds