Home
last modified time | relevance | path

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

/net/sunrpc/
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()