Home
last modified time | relevance | path

Searched refs:IPPROTO_TCP (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/components/mbedtls/platform/yoc/
A Dnet_sockets.c86 hints.ai_protocol = proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in mbedtls_net_connect()
138 hints.ai_protocol = proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in mbedtls_net_bind()
/AliOS-Things-master/components/mqtt/MQTTClient-C/
A DMQTTLinux.c123 struct addrinfo hints = {0, AF_UNSPEC, SOCK_STREAM, IPPROTO_TCP, 0, NULL, NULL, NULL}; in NetworkConnect()
/AliOS-Things-master/components/mbedtls/library/
A Dnet_sockets.c160 hints.ai_protocol = proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in mbedtls_net_connect()
207 hints.ai_protocol = proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in mbedtls_net_bind()
/AliOS-Things-master/components/amp_adapter/platform/aos/network/
A Daos_tcp.c56 hints.ai_protocol = IPPROTO_TCP; in aos_tcp_establish()
/AliOS-Things-master/components/lwip/
A DREADME.md279 |level |选项定义的层次;目前支持SOL_SOCKET, SOL_PACKET, IPPROTO_IP和IPPROTO_TCP|
292 |level |选项定义的层次;目前支持SOL_SOCKET, SOL_PACKET, IPPROTO_IP和IPPROTO_TCP|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dpkt_print.c23 #define IPPROTO_TCP 0x06 macro
348 case IPPROTO_TCP: in lwip_pkt_print()
/AliOS-Things-master/components/linksdk/portfiles/aiot_port/
A Daos_port.c368 … AF_UNSPEC, SOCK_STREAM, IPPROTO_TCP, network_handle->connect_timeout_ms, &network_handle->fd); in _core_sysdep_network_tcp_establish()
372 … AF_UNSPEC, SOCK_STREAM, IPPROTO_TCP, network_handle->connect_timeout_ms, &network_handle->fd); in _core_sysdep_network_tcp_establish()
491 …AF_UNSPEC, SOCK_STREAM, IPPROTO_TCP, network_handle->connect_timeout_ms, &network_handle->mbedtls.… in _core_sysdep_network_mbedtls_establish()
501 …AF_UNSPEC, SOCK_STREAM, IPPROTO_TCP, network_handle->connect_timeout_ms, &network_handle->mbedtls.… in _core_sysdep_network_mbedtls_establish()
/AliOS-Things-master/components/mbedtls/platform/aos/library/
A Dnet_sockets.c209 hints.ai_protocol = proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in mbedtls_net_connect()
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_TLS_itls.c115 proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in mbedtls_net_connect_timeout()
/AliOS-Things-master/components/linkkit/wrappers/platform/ssl/
A DHAL_DTLS_mbedtls.c80 proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in _net_connect()
A DHAL_TLS_mbedtls.c70 proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in _net_connect()
/AliOS-Things-master/components/http/src/
A Dhttp_aos_wrapper.c58 hints.ai_protocol = IPPROTO_TCP; in http_tcp_conn_wrapper()
/AliOS-Things-master/components/uvoice/stream/
A Duvoice_ssl.c230 proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in mbedtls_net_connect_timeout()
A Duvoice_http.c254 sock = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); in http_connect()
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dsockets.h240 #define IPPROTO_TCP 6 macro
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dsockets.h227 #define IPPROTO_TCP 6 macro
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dipcp.c2364 #ifndef IPPROTO_TCP
2365 #define IPPROTO_TCP 6 macro
2396 if (get_ipproto(pkt) != IPPROTO_TCP)
A Dipv6cp.c1522 if (get_ip6nh(pkt) != IPPROTO_TCP)
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodsocket.c944 { MP_ROM_QSTR(MP_QSTR_IPPROTO_TCP), MP_ROM_INT(IPPROTO_TCP) },
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodsocket.c992 { MP_ROM_QSTR(MP_QSTR_IPPROTO_TCP), MP_ROM_INT(IPPROTO_TCP) },
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodsocket.c913 { MP_ROM_QSTR(MP_QSTR_IPPROTO_TCP), MP_ROM_INT(IPPROTO_TCP) },
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dsockets.c2521 case IPPROTO_TCP: in lwip_getsockopt_impl()
2964 case IPPROTO_TCP: in lwip_setsockopt_impl()

Completed in 57 milliseconds