Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_getaddrinfo_test.c337 server_info -> ai_protocol); in test_tcp_client4()
415 server_info -> ai_protocol); in test_tcp_server4()
510 server_info -> ai_protocol); in test_tcp_client6()
556 server_info -> ai_protocol); in test_tcp_server6()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c14304 if((hints -> ai_socktype != 0) && (hints -> ai_protocol != 0)) in nx_bsd_getaddrinfo()
14306 if(((hints -> ai_socktype == SOCK_STREAM) && (hints -> ai_protocol != IPPROTO_TCP)) || in nx_bsd_getaddrinfo()
14307 ((hints -> ai_socktype == SOCK_DGRAM) && (hints -> ai_protocol != IPPROTO_UDP)) || in nx_bsd_getaddrinfo()
14308 ((hints -> ai_socktype == SOCK_RAW) && (hints -> ai_protocol != IPPROTO_RAW))) in nx_bsd_getaddrinfo()
14323 if(hints -> ai_protocol == 0) in nx_bsd_getaddrinfo()
14342 match_service_protocol[0] = (UINT)(hints -> ai_protocol); in nx_bsd_getaddrinfo()
14345 if(hints -> ai_protocol == IPPROTO_TCP) in nx_bsd_getaddrinfo()
14347 else if(hints -> ai_protocol == IPPROTO_UDP) in nx_bsd_getaddrinfo()
14358 if(hints -> ai_protocol == 0) in nx_bsd_getaddrinfo()
14375 match_service_protocol[0] = (UINT)(hints -> ai_protocol); in nx_bsd_getaddrinfo()
[all …]
Dnxd_bsd.h817 INT ai_protocol; member