Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: LGPL-2.1 */
0002 /*
0003  *   DNS Resolver upcall management for CIFS DFS
0004  *   Handles host name to IP address resolution
0005  *
0006  *   Copyright (c) International Business Machines  Corp., 2008
0007  *   Author(s): Steve French (sfrench@us.ibm.com)
0008  *
0009  */
0010 
0011 #ifndef _DNS_RESOLVE_H
0012 #define _DNS_RESOLVE_H
0013 
0014 #ifdef __KERNEL__
0015 extern int dns_resolve_server_name_to_ip(const char *unc, char **ip_addr, time64_t *expiry);
0016 #endif /* KERNEL */
0017 
0018 #endif /* _DNS_RESOLVE_H */