Searched refs:INET_ADDRSTRLEN (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | inet.h | 49 #define INET_ADDRSTRLEN (16) macro
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | msg_prot.h | 212 (INET_ADDRSTRLEN + RPCBIND_MAXUADDRPLEN)
|
/openbmc/slpd-lite/ |
H A D | sock_channel.cpp | 17 char tmp[INET_ADDRSTRLEN] = {0}; in getRemoteAddress()
|
H A D | slp_message_handler.cpp | 314 char tmp[INET_ADDRSTRLEN] = {0}; in getIntfAddrs()
|
/openbmc/linux/fs/nfs/ |
H A D | nfsroot.c | 226 char mand_options[sizeof("nolock,addr=") + INET_ADDRSTRLEN + 1]; in root_nfs_data()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xdping.c | 39 char inaddrbuf[INET_ADDRSTRLEN]; in get_stats()
|
/openbmc/phosphor-net-ipmid/ |
H A D | socket_channel.hpp | 75 char ipv4addr[INET_ADDRSTRLEN]; in getRemoteAddress()
|
/openbmc/linux/net/sunrpc/ |
H A D | addr.c | 148 if (buflen > INET_ADDRSTRLEN || salen < sizeof(struct sockaddr_in)) in rpc_pton4()
|
/openbmc/linux/tools/hv/ |
H A D | hv_kvp_daemon.c | 687 (MAX_GATEWAY_SIZE * 2), INET_ADDRSTRLEN, 0); in kvp_get_ipconfig_info() 723 (MAX_IP_ADDR_SIZE * 2), INET_ADDRSTRLEN, 0); in kvp_get_ipconfig_info() 777 addr_length = INET_ADDRSTRLEN; in kvp_process_ip_address()
|
/openbmc/linux/net/core/ |
H A D | utils.c | 307 if (srclen > INET_ADDRSTRLEN) in inet4_pton()
|
/openbmc/qemu/qga/ |
H A D | commands-posix.c | 1031 char addr4[INET_ADDRSTRLEN]; in qmp_guest_network_get_interfaces()
|
H A D | commands-win32.c | 1533 char addr_str[INET6_ADDRSTRLEN + INET_ADDRSTRLEN]; in guest_addr_to_str()
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_l3_main.c | 50 return scnprintf(buf, INET_ADDRSTRLEN, "%pI4", addr); in qeth_l3_ipaddr_to_string()
|
/openbmc/phosphor-host-ipmid/ |
H A D | chassishandler.cpp | 339 inet_ntop(AF_INET, &addr4.sin_addr, ipAddr, INET_ADDRSTRLEN); in getAddrStr()
|