Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c13629 UCHAR *colon_location; in nx_bsd_inet_pton() local
13662 colon_location = NX_NULL; in nx_bsd_inet_pton()
13712 if(colon_location) in nx_bsd_inet_pton()
13716 colon_location = dst_cur_ptr; in nx_bsd_inet_pton()
13792 if(colon_location) in nx_bsd_inet_pton()
13797 n = (UINT)(dst_cur_ptr - colon_location); in nx_bsd_inet_pton()
13809 *(dst_end_ptr--) = colon_location[n - i]; in nx_bsd_inet_pton()
13810 colon_location[n-i] = 0; in nx_bsd_inet_pton()