Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/BSD/
Dnxd_bsd.c13854 if((hints -> ai_socktype != 0) && (hints -> ai_protocol != 0)) in nx_bsd_getaddrinfo()
13856 if(((hints -> ai_socktype == SOCK_STREAM) && (hints -> ai_protocol != IPPROTO_TCP)) || in nx_bsd_getaddrinfo()
13857 ((hints -> ai_socktype == SOCK_DGRAM) && (hints -> ai_protocol != IPPROTO_UDP)) || in nx_bsd_getaddrinfo()
13858 ((hints -> ai_socktype == SOCK_RAW) && (hints -> ai_protocol != IPPROTO_RAW))) in nx_bsd_getaddrinfo()
13873 if(hints -> ai_protocol == 0) in nx_bsd_getaddrinfo()
13892 match_service_protocol[0] = (UINT)(hints -> ai_protocol); in nx_bsd_getaddrinfo()
13895 if(hints -> ai_protocol == IPPROTO_TCP) in nx_bsd_getaddrinfo()
13897 else if(hints -> ai_protocol == IPPROTO_UDP) in nx_bsd_getaddrinfo()
13908 if(hints -> ai_protocol == 0) in nx_bsd_getaddrinfo()
13925 match_service_protocol[0] = (UINT)(hints -> ai_protocol); in nx_bsd_getaddrinfo()
[all …]
Dnxd_bsd.h752 INT ai_protocol; member