Searched refs:IPPROTO_UDP (Results 1 – 3 of 3) sorted by relevance
143 sock_udp_2 = socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP); in thread_server_entry()222 sock_udp_1 = socket( PF_INET, SOCK_DGRAM, IPPROTO_UDP); in thread_client_entry()
310 #define IPPROTO_UDP 17 /* TCP Socket … macro
14307 ((hints -> ai_socktype == SOCK_DGRAM) && (hints -> ai_protocol != IPPROTO_UDP)) || in nx_bsd_getaddrinfo()14333 match_service_protocol[1] = IPPROTO_UDP; in nx_bsd_getaddrinfo()14347 else if(hints -> ai_protocol == IPPROTO_UDP) in nx_bsd_getaddrinfo()14367 match_service_protocol[0] = IPPROTO_UDP; in nx_bsd_getaddrinfo()