Home
last modified time | relevance | path

Searched refs:IPPROTO_UDP (Results 1 – 20 of 20) 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()
282 SOCK_DGRAM, IPPROTO_UDP ) ) < 0 || in mbedtls_net_accept()
/AliOS-Things-master/components/linkkit/wrappers/platform/os/
A DHAL_UDP_yoc.c104 hints.ai_protocol = IPPROTO_UDP; in HAL_UDP_create()
227 hints.ai_protocol = IPPROTO_UDP; in HAL_UDP_resolveAddress()
267 hints.ai_protocol = IPPROTO_UDP; in HAL_UDP_connect()
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_UDP_rhino.c111 hints.ai_protocol = IPPROTO_UDP; in HAL_UDP_create()
234 hints.ai_protocol = IPPROTO_UDP; in HAL_UDP_resolveAddress()
274 hints.ai_protocol = IPPROTO_UDP; in HAL_UDP_connect()
A Ddns.c206 sock_fd = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); in dns_resolve()
A DHAL_TLS_itls.c115 proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in mbedtls_net_connect_timeout()
/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()
387 SOCK_DGRAM, IPPROTO_UDP ) ) < 0 || in mbedtls_net_accept()
/AliOS-Things-master/components/amp_adapter/platform/aos/network/
A Daos_udp.c38 socket_id = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); in aos_udp_socket_create()
101 hints.ai_protocol = IPPROTO_UDP; in aos_udp_create()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dpkt_print.c24 #define IPPROTO_UDP 0x11 macro
393 case IPPROTO_UDP: in lwip_pkt_print()
/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/sntp/src/
A Dsntp.c254 sockfd = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); in sntp_query_server()
/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/uvoice/stream/
A Duvoice_ssl.c230 proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in mbedtls_net_connect_timeout()
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dsockets.h241 #define IPPROTO_UDP 17 macro
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dsockets.h228 #define IPPROTO_UDP 17 macro
/AliOS-Things-master/components/linksdk/portfiles/aiot_port/
A Daos_port.c494 …AF_UNSPEC, SOCK_DGRAM, IPPROTO_UDP, network_handle->connect_timeout_ms, &network_handle->mbedtls.n… in _core_sysdep_network_mbedtls_establish()
504 …AF_UNSPEC, SOCK_DGRAM, IPPROTO_UDP, network_handle->connect_timeout_ms, &network_handle->mbedtls.n… in _core_sysdep_network_mbedtls_establish()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodsocket.c945 { MP_ROM_QSTR(MP_QSTR_IPPROTO_UDP), MP_ROM_INT(IPPROTO_UDP) },
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodsocket.c993 { MP_ROM_QSTR(MP_QSTR_IPPROTO_UDP), MP_ROM_INT(IPPROTO_UDP) },
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodsocket.c914 { MP_ROM_QSTR(MP_QSTR_IPPROTO_UDP), MP_ROM_INT(IPPROTO_UDP) },
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/
A Dwifi_simple_config.c216 if ((sockfd_scan = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP)) == -1) { in SC_scan_thread()

Completed in 44 milliseconds