Searched refs:tolen (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h49 ssize_t swrap_sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen);
107 #define sendto(s,buf,len,flags,to,tolen) swrap_sendto(s,buf,len,flags,to,tolen)
H A Dsocket_wrapper.c1668 _PUBLIC_ ssize_t swrap_sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen) argument
1676 return real_sendto(s, buf, len, flags, to, tolen);
1689 ret = sockaddr_convert_to_un(si, to, tolen, &un_addr, 0, &bcast);
/freebsd-9.3-release/usr.bin/sed/
H A Ddefs.h81 size_t tolen; member in struct:s_tr::trmulti
H A Dprocess.c506 y->multis[i].tolen, APPEND);
H A Dcompile.c719 y->multis[i].tolen = nclen;
/freebsd-9.3-release/lib/libc/net/
H A Dsctp_sys_calls.c489 socklen_t tolen,
507 data, len, to, tolen, &sinfo, 0));
520 if ((tolen > 0) &&
521 ((to == NULL) || (tolen < sizeof(struct sockaddr)))) {
525 if ((to != NULL) && (tolen > 0)) {
528 if (tolen != sizeof(struct sockaddr_in)) {
541 if (tolen != sizeof(struct sockaddr_in6)) {
485 sctp_sendmsg(int s, const void *data, size_t len, const struct sockaddr *to, socklen_t tolen, uint32_t ppid, uint32_t flags, uint16_t stream_no, uint32_t timetolive, uint32_t context) argument
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dname.c83 size_t i, j, tolen; local
87 tolen = len * 3 + 1;
88 to = malloc(tolen);
104 int l = snprintf(&to[j], tolen - j - 1,
110 assert(j < tolen);
/freebsd-9.3-release/contrib/binutils/gas/
H A Dapp.c339 do_scrub_chars (int (*get) (char *, int), char *tostart, int tolen) argument
342 char *toend = tostart + tolen;
/freebsd-9.3-release/crypto/openssh/
H A Dpacket.c305 socklen_t fromlen, tolen; local
315 tolen = sizeof(to);
318 &tolen) < 0)
320 if (fromlen != tolen || memcmp(&from, &to, fromlen) != 0)
440 socklen_t tolen = sizeof(to); local
444 &tolen) < 0)
/freebsd-9.3-release/usr.sbin/rwhod/
H A Drwhod.c647 Sendto(s, buf, cc, flags, to, tolen)
653 int tolen;
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_socket.c593 int tolen; member in struct:linux_sendto_args
633 msg.msg_namelen = linux_args->tolen;
1023 int tolen;
1031 bsd_args.tolen = 0;
1075 msg.msg_namelen = args->tolen;
/freebsd-9.3-release/sys/kern/
H A Duipc_syscalls.c885 int tolen;
893 msg.msg_namelen = uap->tolen;
2466 __socklen_t tolen,
2492 if (uap->tolen) {
2493 error = getsockaddr(&to, uap->to, uap->tolen);
2577 __socklen_t tolen,
2603 if (uap->tolen) {
2604 error = getsockaddr(&to, uap->to, uap->tolen);
H A Dsystrace_args.c765 iarg[5] = p->tolen; /* int */
2718 iarg[4] = p->tolen; /* __socklen_t */
2731 iarg[4] = p->tolen; /* __socklen_t */
/freebsd-9.3-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1363 const struct sockaddr *to, socklen_t tolen)
1367 MF_VALIDATE_EXTENT (to, (size_t)tolen, __MF_CHECK_WRITE, "sendto to");
1368 return sendto (s, msg, len, flags, to, tolen);
1362 WRAPPER2(int, sendto, int s, const void *msg, size_t len, int flags, const struct sockaddr *to, socklen_t tolen) argument
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_stream.c1996 sta.tolen = 0;
2033 sa.tolen = uap->tolen;
H A Dsvr4_proto.h407 char tolen_l_[PADL_(int)]; int tolen; char tolen_r_[PADR_(int)]; member in struct:svr4_sys_sendto_args
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddighost.c3938 size_t fromlen, tolen; local
3969 tolen = strlen(tmp1);
3970 if (absolute && !end_with_dot && tmp1[tolen - 1] == '.')
3971 tolen--;
3973 if (isc_buffer_length(buffer) < used_org + tolen)
3977 memmove(isc_buffer_used(buffer), tmp1, tolen); local
3978 isc_buffer_add(buffer, (unsigned int)tolen);
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c768 iarg[5] = p->tolen; /* int */
2493 iarg[4] = p->tolen; /* __socklen_t */
2506 iarg[4] = p->tolen; /* __socklen_t */
/freebsd-9.3-release/sys/sys/
H A Dsysproto.h444 char tolen_l_[PADL_(int)]; int tolen; char tolen_r_[PADR_(int)]; member in struct:sendto_args
1442 char tolen_l_[PADL_(__socklen_t)]; __socklen_t tolen; char tolen_r_[PADR_(__socklen_t)]; member in struct:sctp_generic_sendmsg_args
1451 char tolen_l_[PADL_(__socklen_t)]; __socklen_t tolen; char tolen_r_[PADR_(__socklen_t)]; member in struct:sctp_generic_sendmsg_iov_args

Completed in 173 milliseconds