Home
last modified time | relevance | path

Searched refs:INET6_ADDRSTRLEN (Results 1 – 25 of 30) sorted by relevance

12

/linux/fs/nfsd/
H A Dflexfilelayout.c87 char addr[INET6_ADDRSTRLEN]; in nfsd4_ff_proc_getdeviceinfo()
102 addr, INET6_ADDRSTRLEN); in nfsd4_ff_proc_getdeviceinfo()
H A Dflexfilelayoutxdr.h18 #define FF_ADDR_LEN (INET6_ADDRSTRLEN + 8)
H A Dnfs4layouts.c625 char addr_str[INET6_ADDRSTRLEN]; in nfsd4_cb_layout_fail()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dftrace-tcp.c421 char src[INET6_ADDRSTRLEN], dst[INET6_ADDRSTRLEN]; in dump_trace_event()
423 if (!inet_ntop(e->family, &e->src, src, INET6_ADDRSTRLEN)) in dump_trace_event()
425 if (!inet_ntop(e->family, &e->dst, dst, INET6_ADDRSTRLEN)) in dump_trace_event()
/linux/include/linux/
H A Dinet.h50 #define INET6_ADDRSTRLEN (48) macro
/linux/tools/hv/
H A Dhv_kvp_daemon.c115 #define OUTSTR_BUF_SIZE ((INET6_ADDRSTRLEN + 1) * MAX_IP_ENTRIES)
710 (MAX_GATEWAY_SIZE * 2), INET6_ADDRSTRLEN, 1); in kvp_get_ipconfig_info()
792 addr_length = INET6_ADDRSTRLEN; in kvp_process_ip_address()
1110 char addr[INET6_ADDRSTRLEN]; in process_ip_string()
1226 char addr[INET6_ADDRSTRLEN], *output_str; in process_dns_gateway_nm()
1287 char addr[INET6_ADDRSTRLEN]; in process_ip_string_nm()
1288 char subnet_addr[INET6_ADDRSTRLEN]; in process_ip_string_nm()
/linux/net/netfilter/
H A Dnf_nat_sip.c102 char buffer[INET6_ADDRSTRLEN + sizeof("[]:nnnnn")]; in map_addr()
183 char buffer[INET6_ADDRSTRLEN + sizeof("[]:nnnnn")]; in nf_nat_sip()
387 char buffer[INET6_ADDRSTRLEN + sizeof("[]:nnnnn")]; in nf_nat_sip_expect()
491 char buffer[INET6_ADDRSTRLEN]; in nf_nat_sdp_addr()
528 char buffer[INET6_ADDRSTRLEN]; in nf_nat_sdp_session()
H A Dnf_nat_ftp.c75 char buffer[sizeof("|1||65535|") + INET6_ADDRSTRLEN]; in nf_nat_ftp()
/linux/include/linux/sunrpc/
H A Dmsg_prot.h216 (INET6_ADDRSTRLEN + RPCBIND_MAXUADDRPLEN)
H A Dsvc_xprt.h73 char xpt_remotebuf[INET6_ADDRSTRLEN + 10];
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c1029 char a[INET6_ADDRSTRLEN]; in check_getpeername()
1030 char b[INET6_ADDRSTRLEN]; in check_getpeername()
1031 char c[INET6_ADDRSTRLEN]; in check_getpeername()
1032 char d[INET6_ADDRSTRLEN]; in check_getpeername()
1049 char a[INET6_ADDRSTRLEN]; in check_getpeername_connect()
1050 char b[INET6_ADDRSTRLEN]; in check_getpeername_connect()
H A Dpm_nl_ctl.c162 char buf[INET6_ADDRSTRLEN]; in capture_events()
174 char buf[INET6_ADDRSTRLEN]; in capture_events()
/linux/fs/nfs/
H A Dnfs3client.c106 char buf[INET6_ADDRSTRLEN + 1]; in nfs3_set_ds_client()
H A Dnfs4client.c201 char buf[INET6_ADDRSTRLEN + 1]; in nfs4_alloc_client()
996 char buf[INET6_ADDRSTRLEN + 1]; in nfs4_set_ds_client()
1346 char buf[INET6_ADDRSTRLEN + 1]; in nfs4_update_server()
H A Ddns_resolve.c192 char buf[INET6_ADDRSTRLEN+IPV6_SCOPE_ID_LEN+1]; in nfs_dns_show()
H A Dpnfs_nfs.c1062 rlen = xdr_stream_decode_string_dup(xdr, &buf, INET6_ADDRSTRLEN + in nfs4_decode_mp_ds_addr()
/linux/drivers/s390/net/
H A Dqeth_l3_sys.c370 char addr_str[INET6_ADDRSTRLEN]; in qeth_l3_dev_ipato_add_show()
402 sep = strnchr(buf, INET6_ADDRSTRLEN, '/'); in qeth_l3_parse_ipatoe()
575 char addr_str[INET6_ADDRSTRLEN]; in qeth_l3_dev_ip_add_show()
H A Dqeth_l3_main.c52 return scnprintf(buf, INET6_ADDRSTRLEN, "%pI6", addr); in qeth_l3_ipaddr_to_string()
162 char buf[INET6_ADDRSTRLEN]; in qeth_l3_add_ip()
/linux/tools/testing/selftests/net/
H A Dtoeplitz.c155 char saddr[INET6_ADDRSTRLEN], daddr[INET6_ADDRSTRLEN]; in log_rxhash()
H A Dtxtimestamp.c281 char sa[INET6_ADDRSTRLEN], da[INET6_ADDRSTRLEN]; in print_pktinfo()
/linux/net/sunrpc/
H A Daddr.c206 if (buflen > (INET6_ADDRSTRLEN + IPV6_SCOPE_ID_LEN) || in rpc_pton6()
/linux/net/core/
H A Dutils.c327 if (srclen > INET6_ADDRSTRLEN) in inet6_pton()
/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c847 char src_buf[INET6_ADDRSTRLEN], dst_buf[INET6_ADDRSTRLEN]; in show_ipv6_packet()
H A Dtest_flow_dissector.c122 char nbuf[INET6_ADDRSTRLEN]; in util_printaddr()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfib_lookup.c258 char str[INET6_ADDRSTRLEN]; in assert_ip_address()

12