Home
last modified time | relevance | path

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

/components/net/sal/include/
A Dsal_socket.h37 #define SOCK_DGRAM 2 macro
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsockets.h73 #define SOCK_DGRAM 2 macro
/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dclnt_udp.c182 *sockp = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); in clntudp_bufcreate()
/components/net/lwip/lwip-2.1.2/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()
/components/net/lwip-dhcpd/
A Ddhcp_server.c276 if ((sock = socket(AF_INET, SOCK_DGRAM, 0)) == -1) in dhcpd_thread_entry()
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dsockets.h164 #define SOCK_DGRAM 2 macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dsockets.h189 #define SOCK_DGRAM 2 macro
/components/net/lwip/lwip-1.4.1/src/api/
A Dsockets.c975 case SOCK_DGRAM:
1721 *(int*)optval = SOCK_DGRAM;
/components/net/lwip/lwip-2.0.3/src/api/
A Dsockets.c1255 case SOCK_DGRAM: in lwip_socket()
1962 *(int*)optval = SOCK_DGRAM; in lwip_getsockopt_impl()
/components/net/at/at_socket/
A Dat_socket.c524 case SOCK_DGRAM: in at_socket()
/components/net/sal/src/
A Dsal_socket.c216 if ((sockfd = skt_ops->socket(AF_INET, SOCK_DGRAM, 0)) < 0) in check_netdev_internet_up_work()
/components/net/lwip/lwip-2.1.2/src/api/
A Dsockets.c1722 case SOCK_DGRAM: in lwip_socket()
2969 *(int *)optval = SOCK_DGRAM; in lwip_getsockopt_impl()

Completed in 36 milliseconds