Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.h704 UINT nx_ppp_dns_address_get(NX_PPP *ppp_ptr, ULONG *dns_address_ptr);
752 UINT _nxe_ppp_dns_address_get(NX_PPP *ppp_ptr, ULONG *dns_address_ptr);
753 UINT _nx_ppp_dns_address_get(NX_PPP *ppp_ptr, ULONG *dns_address_ptr);
Dnx_ppp.c10112 UINT _nxe_ppp_dns_address_get(NX_PPP *ppp_ptr, ULONG *dns_address_ptr) in _nxe_ppp_dns_address_get() argument
10119 (dns_address_ptr == NX_NULL)) in _nxe_ppp_dns_address_get()
10126 status = _nx_ppp_dns_address_get(ppp_ptr, dns_address_ptr); in _nxe_ppp_dns_address_get()
10173 UINT _nx_ppp_dns_address_get(NX_PPP *ppp_ptr, ULONG *dns_address_ptr) in _nx_ppp_dns_address_get() argument
10186 *dns_address_ptr = ppp_ptr -> nx_ppp_primary_dns_address; in _nx_ppp_dns_address_get()
10195 *dns_address_ptr = 0; in _nx_ppp_dns_address_get()