Skip to content
Snippets Groups Projects
Select Git revision
  • 6e15cda270a060cf87c6c643a1cc3da65ffb242d
  • ex400 default
  • airoha-for-upstream
  • openwrt-24.10-airoha-uboot-fixes
  • airoha-for-upstream-en7523
  • iop-mediatek-20250604
  • ubi-fastmap
  • add-dtb-rescan
  • agnau-blorgoda
  • agnau-scratch
  • mediatek-20250604
  • iop-mediatek-20250304
  • iop-mediatek-20250304-loc
  • agnau-mtk-back
  • iop-mediatek-20250304-back
  • iop-mediatek-20220630
  • jani-multi-dtb
  • jani-multi-dtb-spl
  • mediatek-20220630
  • iop-mediatek-20220606
  • jani-env-update-mtk
  • jani-env-update-mtk-txt
  • v2025.10-rc4
  • v2025.10-rc3
  • v2025.10-rc2
  • v2025.10-rc1
  • v2025.07
  • v2025.07-rc5
  • v2025.07-rc4
  • v2025.07-rc3
  • v2025.07-rc2
  • v2025.07-rc1
  • v2025.04
  • v2025.04-rc5
  • v2025.04-rc4
  • v2025.04-rc3
  • v2025.04-rc2
  • v2025.04-rc1
  • v2025.01
  • v2025.01-rc6
  • v2025.01-rc5
  • v2025.01-rc4
42 results

README.marvell

Blame
  • dns_resolve.h 1.19 KiB
    /*
     *   fs/cifs/dns_resolve.h -- DNS Resolver upcall management for CIFS DFS
     *                            Handles host name to IP address resolution
     *
     *   Copyright (c) International Business Machines  Corp., 2008
     *   Author(s): Steve French (sfrench@us.ibm.com)
     *
     *   This library is free software; you can redistribute it and/or modify
     *   it under the terms of the GNU Lesser General Public License as published
     *   by the Free Software Foundation; either version 2.1 of the License, or
     *   (at your option) any later version.
     *
     *   This library is distributed in the hope that it will be useful,
     *   but WITHOUT ANY WARRANTY; without even the implied warranty of
     *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
     *   the GNU Lesser General Public License for more details.
     *
     *   You should have received a copy of the GNU Lesser General Public License
     *   along with this library; if not, write to the Free Software
     *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     */
    
    #ifndef _DNS_RESOLVE_H
    #define _DNS_RESOLVE_H
    
    #ifdef __KERNEL__
    extern int dns_resolve_server_name_to_ip(const char *unc, char **ip_addr);
    #endif /* KERNEL */
    
    #endif /* _DNS_RESOLVE_H */