Searched refs:INADDR_NONE (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/smb/client/
H A Dcifsroot.c45 __be32 srvaddr = htonl(INADDR_NONE);
85 if (!root_dev[0] || root_server_addr == htonl(INADDR_NONE)) {
/linux-master/fs/nfs/
H A Dnfsroot.c41 * now mapped to INADDR_NONE.
106 static __be32 servaddr __initdata = htonl(INADDR_NONE);
305 if (servaddr == htonl(INADDR_NONE)) {
/linux-master/net/smc/
H A Dsmc_ib.h69 return cpu_to_be32(INADDR_NONE);
H A Dsmc_ib.c206 if (daddr == cpu_to_be32(INADDR_NONE))
236 smc_ib_gid_to_ipv4((u8 *)&attr->gid) != cpu_to_be32(INADDR_NONE)) {
/linux-master/include/uapi/linux/
H A Din.h309 #define INADDR_NONE ((unsigned long int) 0xffffffff) macro
/linux-master/tools/include/uapi/linux/
H A Din.h309 #define INADDR_NONE ((unsigned long int) 0xffffffff) macro
/linux-master/net/ipv4/
H A Dipconfig.c99 #define NONE cpu_to_be32(INADDR_NONE)

Completed in 139 milliseconds