Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/BSD/
Dnxd_bsd.c168 static ULONG _nx_bsd_string_length(CHAR * string);
13957 …if(!memcmp(_nx_bsd_serv_list_ptr[i].service_name, service, _nx_bsd_string_length((CHAR *)service))… in nx_bsd_getaddrinfo()
13989 for(i = 0; i < _nx_bsd_string_length((CHAR *)node); i++) in nx_bsd_getaddrinfo()
14067 if (_nx_bsd_string_length((CHAR *)node) > NX_DNS_NAME_MAX) in nx_bsd_getaddrinfo()
14070 …memcpy(cname_buffer, node, _nx_bsd_string_length((CHAR *)node)); /* Use case of memcpy is verified… in nx_bsd_getaddrinfo()
14165 if (_nx_bsd_string_length((CHAR *)node) > NX_DNS_NAME_MAX) in nx_bsd_getaddrinfo()
14168 …memcpy(cname_buffer, node, _nx_bsd_string_length((CHAR *)node)); /* Use case of memcpy is verified… in nx_bsd_getaddrinfo()
14645 if(_nx_bsd_string_length(_nx_bsd_serv_list_ptr[i].service_name) > servlen) in nx_bsd_getnameinfo()
14649 _nx_bsd_string_length(_nx_bsd_serv_list_ptr[i].service_name)); in nx_bsd_getnameinfo()
14819 static ULONG _nx_bsd_string_length(CHAR * string) in _nx_bsd_string_length() function