Searched refs:SOCK_DGRAM (Results 1 – 5 of 5) sorted by relevance
171 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()
182 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()
495 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()
198 #define SOCK_DGRAM 2 macro
1738 case SOCK_DGRAM: in lwip_socket()2992 *(int *)optval = SOCK_DGRAM; in lwip_getsockopt_impl()
Completed in 26 milliseconds