Searched refs:SLNETSOCK_SOCK_DGRAM (Results 1 – 3 of 3) sorted by relevance
293 hints->ai_socktype != SLNETSOCK_SOCK_DGRAM && in SlNetUtil_getAddrInfo()690 || (hints->ai_socktype == SLNETSOCK_SOCK_DGRAM && in setAddrInfo()691 hints->ai_protocol == 0) || (hints->ai_socktype == SLNETSOCK_SOCK_DGRAM in setAddrInfo()695 SLNETSOCK_SOCK_DGRAM, SLNETSOCK_PROTO_UDP); in setAddrInfo()
242 #define SLNETSOCK_SOCK_DGRAM (2) /**< UDP Socket … macro
356 case SLNETSOCK_SOCK_DGRAM: in SlNetSock_create()