• Home
  • Raw
  • Download

Lines Matching refs:size_t

27 static size_t rpc_ntop6_noscopeid(const struct sockaddr *sap,  in rpc_ntop6_noscopeid()
65 static size_t rpc_ntop6(const struct sockaddr *sap, in rpc_ntop6()
66 char *buf, const size_t buflen) in rpc_ntop6()
70 size_t len; in rpc_ntop6()
84 if (unlikely((size_t)rc > sizeof(scopebuf))) in rpc_ntop6()
97 static size_t rpc_ntop6_noscopeid(const struct sockaddr *sap, in rpc_ntop6_noscopeid()
103 static size_t rpc_ntop6(const struct sockaddr *sap, in rpc_ntop6()
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()
142 struct sockaddr *sap, const size_t salen) in rpc_pton4()
161 const size_t buflen, const char *delim, in rpc_parse_scope_id()
165 size_t len; in rpc_parse_scope_id()
202 static size_t rpc_pton6(struct net *net, const char *buf, const size_t buflen, in rpc_pton6()
203 struct sockaddr *sap, const size_t salen) in rpc_pton6()
225 static size_t rpc_pton6(struct net *net, const char *buf, const size_t buflen, in rpc_pton6()
226 struct sockaddr *sap, const size_t salen) in rpc_pton6()
247 size_t rpc_pton(struct net *net, const char *buf, const size_t buflen, in rpc_pton()
248 struct sockaddr *sap, const size_t salen) in rpc_pton()
313 size_t rpc_uaddr2sockaddr(struct net *net, const char *uaddr, in rpc_uaddr2sockaddr()
314 const size_t uaddr_len, struct sockaddr *sap, in rpc_uaddr2sockaddr()
315 const size_t salen) in rpc_uaddr2sockaddr()