Home
last modified time | relevance | path

Searched refs:IPPROTO_UDP (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/samples/
Ddemo_bsd_udp.c143 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()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.h310 #define IPPROTO_UDP 17 /* TCP Socket … macro
Dnxd_bsd.c14307 ((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()