Searched refs:dns_address_ptr (Results 1 – 2 of 2) sorted by relevance
704 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);
10112 UINT _nxe_ppp_dns_address_get(NX_PPP *ppp_ptr, ULONG *dns_address_ptr) in _nxe_ppp_dns_address_get() argument10119 (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() argument10186 *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()