Home
last modified time | relevance | path

Searched refs:INADDR_NONE (Results 1 – 6 of 6) sorted by relevance

/linux/fs/smb/client/
H A Dcifsroot.c45 __be32 srvaddr = htonl(INADDR_NONE); in cifs_root_setup()
85 if (!root_dev[0] || root_server_addr == htonl(INADDR_NONE)) { in cifs_root_data()
/linux/fs/nfs/
H A Dnfsroot.c106 static __be32 servaddr __initdata = htonl(INADDR_NONE);
305 if (servaddr == htonl(INADDR_NONE)) { in nfs_root_data()
/linux/net/smc/
H A Dsmc_ib.h69 return cpu_to_be32(INADDR_NONE); in smc_ib_gid_to_ipv4()
H A Dsmc_ib.c206 if (daddr == cpu_to_be32(INADDR_NONE)) in smc_ib_find_route()
241 smc_ib_gid_to_ipv4((u8 *)&attr->gid) != cpu_to_be32(INADDR_NONE)) { in smc_ib_determine_gid_rcu()
/linux/tools/include/uapi/linux/
H A Din.h313 #define INADDR_NONE ((unsigned long int) 0xffffffff) macro
/linux/net/ipv4/
H A Dipconfig.c99 #define NONE cpu_to_be32(INADDR_NONE)