Home
last modified time | relevance | path

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

12

/linux-6.12.1/fs/nfsd/
Dflexfilelayout.c87 char addr[INET6_ADDRSTRLEN]; in nfsd4_ff_proc_getdeviceinfo()
102 addr, INET6_ADDRSTRLEN); in nfsd4_ff_proc_getdeviceinfo()
Dflexfilelayoutxdr.h18 #define FF_ADDR_LEN (INET6_ADDRSTRLEN + 8)
Dnfs4layouts.c625 char addr_str[INET6_ADDRSTRLEN]; in nfsd4_cb_layout_fail()
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/lib/
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.12.1/include/linux/
Dinet.h50 #define INET6_ADDRSTRLEN (48) macro
/linux-6.12.1/include/linux/sunrpc/
Dmsg_prot.h216 (INET6_ADDRSTRLEN + RPCBIND_MAXUADDRPLEN)
Dsvc_xprt.h73 char xpt_remotebuf[INET6_ADDRSTRLEN + 10];
/linux-6.12.1/tools/hv/
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-6.12.1/net/netfilter/
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()
Dnf_nat_ftp.c75 char buffer[sizeof("|1||65535|") + INET6_ADDRSTRLEN]; in nf_nat_ftp()
/linux-6.12.1/tools/testing/selftests/net/mptcp/
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()
Dpm_nl_ctl.c162 char buf[INET6_ADDRSTRLEN]; in capture_events()
174 char buf[INET6_ADDRSTRLEN]; in capture_events()
/linux-6.12.1/fs/nfs/
Dnfs3client.c106 char buf[INET6_ADDRSTRLEN + 1]; in nfs3_set_ds_client()
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()
Ddns_resolve.c192 char buf[INET6_ADDRSTRLEN+IPV6_SCOPE_ID_LEN+1]; in nfs_dns_show()
/linux-6.12.1/drivers/s390/net/
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()
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.12.1/tools/testing/selftests/net/
Dtoeplitz.c155 char saddr[INET6_ADDRSTRLEN], daddr[INET6_ADDRSTRLEN]; in log_rxhash()
Dtxtimestamp.c278 char sa[INET6_ADDRSTRLEN], da[INET6_ADDRSTRLEN]; in print_pktinfo()
/linux-6.12.1/fs/smb/client/
Dcifs_spnego.c102 IP_KEY_LEN + INET6_ADDRSTRLEN + in cifs_get_spnego_key()
/linux-6.12.1/net/sunrpc/
Daddr.c206 if (buflen > (INET6_ADDRSTRLEN + IPV6_SCOPE_ID_LEN) || in rpc_pton6()
/linux-6.12.1/net/core/
Dutils.c327 if (srclen > INET6_ADDRSTRLEN) in inet6_pton()
/linux-6.12.1/tools/testing/selftests/bpf/
Dnetwork_helpers.c847 char src_buf[INET6_ADDRSTRLEN], dst_buf[INET6_ADDRSTRLEN]; in show_ipv6_packet()
Dtest_flow_dissector.c122 char nbuf[INET6_ADDRSTRLEN]; in util_printaddr()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dfib_lookup.c258 char str[INET6_ADDRSTRLEN]; in assert_ip_address()

12