Home
last modified time | relevance | path

Searched refs:SOCK_DGRAM (Results 1 – 5 of 5) sorted by relevance

/lib/mbedtls/external/mbedtls/library/
A Dnet_sockets.c171 hints.ai_socktype = proto == MBEDTLS_NET_PROTO_UDP ? SOCK_DGRAM : SOCK_STREAM; in mbedtls_net_connect()
217 hints.ai_socktype = proto == MBEDTLS_NET_PROTO_UDP ? SOCK_DGRAM : SOCK_STREAM; in mbedtls_net_bind()
339 (type != SOCK_STREAM && type != SOCK_DGRAM)) { in mbedtls_net_accept()
388 SOCK_DGRAM, IPPROTO_UDP)) < 0 || in mbedtls_net_accept()
/lib/lwip/lwip/contrib/apps/rtp/
A Drtp.c182 sock = lwip_socket(AF_INET, SOCK_DGRAM, 0); in rtp_send_thread()
239 sock = lwip_socket(AF_INET, SOCK_DGRAM, 0); in rtp_recv_thread()
/lib/lwip/lwip/test/unit/api/
A Dtest_sockets.c495 s = test_sockets_alloc_socket_nonblocking(domain, SOCK_DGRAM); in test_sockets_msgapi_udp()
563 s = test_sockets_alloc_socket_nonblocking(domain, SOCK_DGRAM); in test_sockets_msgapi_cmsg()
/lib/lwip/lwip/src/include/lwip/
A Dsockets.h198 #define SOCK_DGRAM 2 macro
/lib/lwip/lwip/src/api/
A Dsockets.c1738 case SOCK_DGRAM: in lwip_socket()
2992 *(int *)optval = SOCK_DGRAM; in lwip_getsockopt_impl()

Completed in 26 milliseconds