Lines Matching defs:buf
28 char *buf, const int buflen) in rpc_ntop6_noscopeid()
66 char *buf, const size_t buflen) in rpc_ntop6()
98 char *buf, const int buflen) in rpc_ntop6_noscopeid()
104 char *buf, const size_t buflen) in rpc_ntop6()
112 char *buf, const size_t buflen) in rpc_ntop4()
128 size_t rpc_ntop(const struct sockaddr *sap, char *buf, const size_t buflen) in rpc_ntop()
141 static size_t rpc_pton4(const char *buf, const size_t buflen, in rpc_pton4()
160 static int rpc_parse_scope_id(struct net *net, const char *buf, in rpc_parse_scope_id()
202 static size_t rpc_pton6(struct net *net, const char *buf, const size_t buflen, in rpc_pton6()
225 static size_t rpc_pton6(struct net *net, const char *buf, const size_t buflen, in rpc_pton6()
247 size_t rpc_pton(struct net *net, const char *buf, const size_t buflen, in rpc_pton()
317 char *c, buf[RPCBIND_MAXUADDRLEN + sizeof('\0')]; in rpc_uaddr2sockaddr() local