Searched refs:SOCK_DGRAM (Results 1 – 12 of 12) sorted by relevance
37 #define SOCK_DGRAM 2 macro
73 #define SOCK_DGRAM 2 macro
182 *sockp = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); in clntudp_bufcreate()
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()
276 if ((sock = socket(AF_INET, SOCK_DGRAM, 0)) == -1) in dhcpd_thread_entry()
164 #define SOCK_DGRAM 2 macro
189 #define SOCK_DGRAM 2 macro
975 case SOCK_DGRAM:1721 *(int*)optval = SOCK_DGRAM;
1255 case SOCK_DGRAM: in lwip_socket()1962 *(int*)optval = SOCK_DGRAM; in lwip_getsockopt_impl()
524 case SOCK_DGRAM: in at_socket()
216 if ((sockfd = skt_ops->socket(AF_INET, SOCK_DGRAM, 0)) < 0) in check_netdev_internet_up_work()
1722 case SOCK_DGRAM: in lwip_socket()2969 *(int *)optval = SOCK_DGRAM; in lwip_getsockopt_impl()
Completed in 36 milliseconds