Lines Matching defs:buf
27 char *buf, const int buflen) in rpc_ntop6_noscopeid()
65 char *buf, const size_t buflen) in rpc_ntop6()
97 char *buf, const int buflen) in rpc_ntop6_noscopeid()
103 char *buf, const size_t buflen) in rpc_ntop6()
111 char *buf, const size_t buflen) in rpc_ntop4()
127 size_t rpc_ntop(const struct sockaddr *sap, char *buf, const size_t buflen) in rpc_ntop()
140 static size_t rpc_pton4(const char *buf, const size_t buflen, in rpc_pton4()
159 static int rpc_parse_scope_id(const char *buf, const size_t buflen, in rpc_parse_scope_id()
200 static size_t rpc_pton6(const char *buf, const size_t buflen, in rpc_pton6()
223 static size_t rpc_pton6(const char *buf, const size_t buflen, in rpc_pton6()
244 size_t rpc_pton(const char *buf, const size_t buflen, in rpc_pton()
312 char *c, buf[RPCBIND_MAXUADDRLEN + sizeof('\0')]; in rpc_uaddr2sockaddr() local