Lines Matching defs:buf
29 char *buf, const int buflen) in rpc_ntop6_noscopeid()
67 char *buf, const size_t buflen) in rpc_ntop6()
99 char *buf, const int buflen) in rpc_ntop6_noscopeid()
105 char *buf, const size_t buflen) in rpc_ntop6()
113 char *buf, const size_t buflen) in rpc_ntop4()
129 size_t rpc_ntop(const struct sockaddr *sap, char *buf, const size_t buflen) in rpc_ntop()
142 static size_t rpc_pton4(const char *buf, const size_t buflen, in rpc_pton4()
161 static int rpc_parse_scope_id(struct net *net, const char *buf, in rpc_parse_scope_id()
199 static size_t rpc_pton6(struct net *net, const char *buf, const size_t buflen, in rpc_pton6()
222 static size_t rpc_pton6(struct net *net, const char *buf, const size_t buflen, in rpc_pton6()
244 size_t rpc_pton(struct net *net, const char *buf, const size_t buflen, in rpc_pton()
314 char *c, buf[RPCBIND_MAXUADDRLEN + sizeof('\0')]; in rpc_uaddr2sockaddr() local