Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.h258 #define nx_bsd_inet_aton inet_aton macro
1020 INT nx_bsd_inet_aton(const CHAR *cp_arg, struct nx_bsd_in_addr *addr);
Dnxd_bsd.c5956 INT nx_bsd_inet_aton(const CHAR *address_buffer_ptr, struct nx_bsd_in_addr *addr) in nx_bsd_inet_aton() function
6243 status = (UINT)nx_bsd_inet_aton(buffer, &ip_address); in nx_bsd_inet_addr()
13644 if(nx_bsd_inet_aton(src, &ipv4_addr)) in nx_bsd_inet_pton()
13753 if(nx_bsd_inet_aton(ipv4_addr_start, &ipv4_addr)) in nx_bsd_inet_pton()