Home
last modified time | relevance | path

Searched refs:scopebuf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/
H A Daddr.c70 char scopebuf[IPV6_SCOPE_ID_LEN]; in rpc_ntop6() local
83 rc = snprintf(scopebuf, sizeof(scopebuf), "%c%u", in rpc_ntop6()
85 if (unlikely((size_t)rc >= sizeof(scopebuf))) in rpc_ntop6()
92 strcat(buf, scopebuf); in rpc_ntop6()
/kernel/linux/linux-6.6/net/sunrpc/
H A Daddr.c70 char scopebuf[IPV6_SCOPE_ID_LEN]; in rpc_ntop6() local
83 rc = snprintf(scopebuf, sizeof(scopebuf), "%c%u", in rpc_ntop6()
85 if (unlikely((size_t)rc >= sizeof(scopebuf))) in rpc_ntop6()
92 strcat(buf, scopebuf); in rpc_ntop6()

Completed in 2 milliseconds