Home
last modified time | relevance | path

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

12

/linux-6.15/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.c626 char addr_str[INET6_ADDRSTRLEN]; in nfsd4_cb_layout_fail()
/linux-6.15/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-6.15/include/linux/
H A Dinet.h50 #define INET6_ADDRSTRLEN (48) macro
/linux-6.15/include/linux/sunrpc/
H A Dmsg_prot.h216 (INET6_ADDRSTRLEN + RPCBIND_MAXUADDRPLEN)
H A Dsvc_xprt.h73 char xpt_remotebuf[INET6_ADDRSTRLEN + 10];
/linux-6.15/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-6.15/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c1031 char a[INET6_ADDRSTRLEN]; in check_getpeername()
1032 char b[INET6_ADDRSTRLEN]; in check_getpeername()
1033 char c[INET6_ADDRSTRLEN]; in check_getpeername()
1034 char d[INET6_ADDRSTRLEN]; in check_getpeername()
1051 char a[INET6_ADDRSTRLEN]; in check_getpeername_connect()
1052 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-6.15/tools/hv/
H A Dhv_kvp_daemon.c116 #define OUTSTR_BUF_SIZE ((INET6_ADDRSTRLEN + 1) * MAX_IP_ENTRIES)
852 addr_length = INET6_ADDRSTRLEN; in kvp_process_ip_address()
1170 char addr[INET6_ADDRSTRLEN]; in process_ip_string()
1286 char addr[INET6_ADDRSTRLEN], *output_str; in process_dns_gateway_nm()
1347 char addr[INET6_ADDRSTRLEN]; in process_ip_string_nm()
1348 char subnet_addr[INET6_ADDRSTRLEN]; in process_ip_string_nm()
/linux-6.15/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()
1001 char buf[INET6_ADDRSTRLEN + 1]; in nfs4_set_ds_client()
1353 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()
/linux-6.15/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-6.15/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-6.15/fs/smb/client/
H A Dcifs_spnego.c105 IP_KEY_LEN + INET6_ADDRSTRLEN + in cifs_get_spnego_key()
/linux-6.15/net/sunrpc/
H A Daddr.c206 if (buflen > (INET6_ADDRSTRLEN + IPV6_SCOPE_ID_LEN) || in rpc_pton6()
H A Ddebugfs.c189 char buf[INET6_ADDRSTRLEN]; in xprt_info_show()
/linux-6.15/net/core/
H A Dutils.c327 if (srclen > INET6_ADDRSTRLEN) in inet6_pton()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dfib_lookup.c258 char str[INET6_ADDRSTRLEN]; in assert_ip_address()
/linux-6.15/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c915 char src_buf[INET6_ADDRSTRLEN], dst_buf[INET6_ADDRSTRLEN]; in show_ipv6_packet()

12