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

/linux-master/include/linux/
H A Dinet.h49 #define INET_ADDRSTRLEN (16) macro
/linux-master/include/linux/sunrpc/
H A Dmsg_prot.h212 (INET_ADDRSTRLEN + RPCBIND_MAXUADDRPLEN)
218 /* Assume INET6_ADDRSTRLEN will always be larger than INET_ADDRSTRLEN... */
/linux-master/tools/testing/selftests/bpf/
H A Dxdping.c39 char inaddrbuf[INET_ADDRSTRLEN];
/linux-master/fs/nfs/
H A Dnfsroot.c226 char mand_options[sizeof("nolock,addr=") + INET_ADDRSTRLEN + 1];
/linux-master/net/sunrpc/
H A Daddr.c148 if (buflen > INET_ADDRSTRLEN || salen < sizeof(struct sockaddr_in))
/linux-master/net/core/
H A Dutils.c307 if (srclen > INET_ADDRSTRLEN)
/linux-master/drivers/s390/net/
H A Dqeth_l3_main.c50 return scnprintf(buf, INET_ADDRSTRLEN, "%pI4", addr);

Completed in 146 milliseconds