Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/
Daddr.c69 char scopebuf[IPV6_SCOPE_ID_LEN]; in rpc_ntop6() local
82 rc = snprintf(scopebuf, sizeof(scopebuf), "%c%u", in rpc_ntop6()
84 if (unlikely((size_t)rc > sizeof(scopebuf))) in rpc_ntop6()
91 strcat(buf, scopebuf); in rpc_ntop6()