Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sunrpc/
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 3 milliseconds