tolen 1865 lib/socket_wrapper/socket_wrapper.c _PUBLIC_ ssize_t swrap_sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen) tolen 1873 lib/socket_wrapper/socket_wrapper.c return real_sendto(s, buf, len, flags, to, tolen); tolen 1883 lib/socket_wrapper/socket_wrapper.c tolen = si->peername_len; tolen 1898 lib/socket_wrapper/socket_wrapper.c ret = sockaddr_convert_to_un(si, to, tolen, &un_addr, 0, &bcast); tolen 51 lib/socket_wrapper/socket_wrapper.h ssize_t swrap_sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen); tolen 109 lib/socket_wrapper/socket_wrapper.h #define sendto(s,buf,len,flags,to,tolen) swrap_sendto(s,buf,len,flags,to,tolen) tolen 913 source3/include/proto.h ssize_t sys_sendto(int s, const void *msg, size_t len, int flags, const struct sockaddr *to, socklen_t tolen); tolen 227 source3/lib/system.c ssize_t sys_sendto(int s, const void *msg, size_t len, int flags, const struct sockaddr *to, socklen_t tolen) tolen 232 source3/lib/system.c ret = sendto(s, msg, len, flags, to, tolen); tolen 85 source4/heimdal/lib/hx509/name.c size_t i, j, tolen; tolen 89 source4/heimdal/lib/hx509/name.c tolen = len * 3 + 1; tolen 90 source4/heimdal/lib/hx509/name.c to = malloc(tolen); tolen 106 source4/heimdal/lib/hx509/name.c int l = snprintf(&to[j], tolen - j - 1, tolen 112 source4/heimdal/lib/hx509/name.c assert(j < tolen);