Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c14268 UINT match_service_protocol[3]; in nx_bsd_getaddrinfo() local
14331 match_service_protocol[0] = IPPROTO_TCP; in nx_bsd_getaddrinfo()
14333 match_service_protocol[1] = IPPROTO_UDP; in nx_bsd_getaddrinfo()
14335 match_service_protocol[2] = 0; in nx_bsd_getaddrinfo()
14342 match_service_protocol[0] = (UINT)(hints -> ai_protocol); in nx_bsd_getaddrinfo()
14365 match_service_protocol[0] = IPPROTO_TCP; in nx_bsd_getaddrinfo()
14367 match_service_protocol[0] = IPPROTO_UDP; in nx_bsd_getaddrinfo()
14369 match_service_protocol[0] = 0; in nx_bsd_getaddrinfo()
14375 match_service_protocol[0] = (UINT)(hints -> ai_protocol); in nx_bsd_getaddrinfo()
14412match_service_protocol[match_service_count++] = (UINT)(_nx_bsd_serv_list_ptr[i].service_protocol); in nx_bsd_getaddrinfo()
[all …]