Home
last modified time | relevance | path

Searched refs:PF_INET (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()
154 echoServAddr.sin_family = PF_INET; in thread_server_entry()
222 sock_udp_1 = socket( PF_INET, SOCK_DGRAM, IPPROTO_UDP); in thread_client_entry()
233 ClientAddr.sin_family = PF_INET; in thread_client_entry()
240 destAddr.sin_family = PF_INET; in thread_client_entry()
Ddemo_bsd_raw.c143 ClientAddr.sin_family = PF_INET; in thread_0_entry()
149 destAddr.sin_family = PF_INET; in thread_0_entry()
254 ClientAddr.sin_family = PF_INET; in thread_1_entry()
260 destAddr.sin_family = PF_INET; in thread_1_entry()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.h327 #define PF_INET AF_INET macro