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

12

/freebsd-10-stable/lib/libc/sys/
H A Dsendto.c46 const struct sockaddr *to, socklen_t tolen)
52 to, tolen));
45 sendto(int s, const void *msg, size_t len, int flags, const struct sockaddr *to, socklen_t tolen) argument
/freebsd-10-stable/contrib/ldns/ldns/
H A Dnet.h36 * \param[in] tolen length of the ip addr
42 ldns_status ldns_udp_send(uint8_t **result, ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout, size_t *answersize);
49 * \param[in] tolen length of the ip addr
53 int ldns_udp_bgsend(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout);
60 * \param[in] tolen length of the ip addr
64 int ldns_tcp_bgsend(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout);
71 * \param[in] tolen length of the ip addr
77 ldns_status ldns_tcp_send(uint8_t **result, ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout, size_t *answersize);
105 * \param[in] tolen length of to
109 int ldns_tcp_connect(const struct sockaddr_storage *to, socklen_t tolen, struc
[all...]
H A Dnet.h.in36 * \param[in] tolen length of the ip addr
42 ldns_status ldns_udp_send(uint8_t **result, ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout, size_t *answersize);
49 * \param[in] tolen length of the ip addr
53 int ldns_udp_bgsend(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout);
60 * \param[in] tolen length of the ip addr
64 int ldns_tcp_bgsend(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout);
71 * \param[in] tolen length of the ip addr
77 ldns_status ldns_tcp_send(uint8_t **result, ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout, size_t *answersize);
105 * \param[in] tolen length of to
109 int ldns_tcp_connect(const struct sockaddr_storage *to, socklen_t tolen, struc
[all...]
/freebsd-10-stable/contrib/nvi/common/
H A Dconv.c53 size_t *tolen, CHAR_T **dst)
61 *tolen = len;
104 size_t *tolen, CHAR_T **dst, iconv_t id)
146 *tolen = i;
155 size_t *tolen, CHAR_T **dst)
157 return default_char2int(sp, str, len, cw, tolen, dst,
163 size_t *tolen, CHAR_T **dst)
165 return default_char2int(sp, str, len, cw, tolen, dst,
171 size_t *tolen, CHAR_T **dst)
173 return default_char2int(sp, str, len, cw, tolen, ds
52 raw2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, size_t *tolen, CHAR_T **dst) argument
103 default_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, size_t *tolen, CHAR_T **dst, iconv_t id) argument
154 fe_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, size_t *tolen, CHAR_T **dst) argument
162 ie_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, size_t *tolen, CHAR_T **dst) argument
170 cs_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, size_t *tolen, CHAR_T **dst) argument
178 int2raw(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw, size_t *tolen, char **dst) argument
197 default_int2char(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw, size_t *tolen, char **pdst, iconv_t id) argument
288 fe_int2char(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw, size_t *tolen, char **dst) argument
296 cs_int2char(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw, size_t *tolen, char **dst) argument
[all...]
/freebsd-10-stable/contrib/ldns/
H A Dnet.c173 ldns_tcp_connect_from(const struct sockaddr_storage *to, socklen_t tolen, argument
191 if (connect(sockfd, (struct sockaddr*)to, tolen) == -1) {
267 ldns_tcp_connect(const struct sockaddr_storage *to, socklen_t tolen, argument
270 return ldns_tcp_connect_from(to, tolen, NULL, 0, timeout);
275 const struct sockaddr_storage *to, socklen_t tolen,
281 sockfd = ldns_tcp_connect_from(to, tolen, from, fromlen, timeout);
287 if (ldns_tcp_send_query(qbin, sockfd, to, tolen) == 0) {
301 const struct sockaddr_storage *to, socklen_t tolen,
304 return ldns_tcp_bgsend_from(qbin, to, tolen, NULL, 0, timeout);
313 const struct sockaddr_storage *to, socklen_t tolen,
274 ldns_tcp_bgsend_from(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, const struct sockaddr_storage *from, socklen_t fromlen, struct timeval timeout) argument
300 ldns_tcp_bgsend(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout) argument
312 ldns_tcp_send_from(uint8_t **result, ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, const struct sockaddr_storage *from, socklen_t fromlen, struct timeval timeout, size_t *answer_size) argument
348 ldns_tcp_send(uint8_t **result, ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout, size_t *answer_size) argument
372 ldns_udp_bgsend_from(ldns_buffer *qbin, const struct sockaddr_storage *to , socklen_t tolen, const struct sockaddr_storage *from, socklen_t fromlen, struct timeval timeout) argument
401 ldns_udp_bgsend(ldns_buffer *qbin, const struct sockaddr_storage *to , socklen_t tolen, struct timeval timeout) argument
409 ldns_udp_send_from(uint8_t **result, ldns_buffer *qbin, const struct sockaddr_storage *to , socklen_t tolen, const struct sockaddr_storage *from, socklen_t fromlen, struct timeval timeout, size_t *answer_size) argument
455 ldns_udp_send(uint8_t **result, ldns_buffer *qbin, const struct sockaddr_storage *to , socklen_t tolen, struct timeval timeout, size_t *answer_size) argument
648 ldns_tcp_send_query(ldns_buffer *qbin, int sockfd, const struct sockaddr_storage *to, socklen_t tolen) argument
673 ldns_udp_send_query(ldns_buffer *qbin, int sockfd, const struct sockaddr_storage *to, socklen_t tolen) argument
[all...]
/freebsd-10-stable/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.c1666 _PUBLIC_ ssize_t swrap_sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen) argument
1674 return real_sendto(s, buf, len, flags, to, tolen);
1687 ret = sockaddr_convert_to_un(si, to, tolen, &un_addr, 0, &bcast);
/freebsd-10-stable/usr.bin/sed/
H A Ddefs.h81 size_t tolen; member in struct:s_tr::trmulti
H A Dprocess.c515 y->multis[i].tolen, APPEND);
H A Dcompile.c722 y->multis[i].tolen = nclen;
/freebsd-10-stable/sys/netinet/
H A Dsctp_syscalls.c215 __socklen_t tolen,
241 if (uap->tolen != 0) {
242 error = getsockaddr(&to, uap->to, uap->tolen);
328 __socklen_t tolen,
354 if (uap->tolen != 0) {
355 error = getsockaddr(&to, uap->to, uap->tolen);
/freebsd-10-stable/lib/libc/net/
H A Dsctp_sys_calls.c519 socklen_t tolen,
537 data, len, to, tolen, &sinfo, 0));
550 if ((tolen > 0) &&
551 ((to == NULL) || (tolen < sizeof(struct sockaddr)))) {
555 if ((to != NULL) && (tolen > 0)) {
558 if (tolen != sizeof(struct sockaddr_in)) {
571 if (tolen != sizeof(struct sockaddr_in6)) {
515 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-10-stable/crypto/heimdal/lib/hx509/
H A Dname.c85 size_t i, j, tolen; local
89 tolen = len * 3 + 1;
90 to = malloc(tolen);
107 int l = snprintf((char *)&to[j], tolen - j - 1,
115 assert(j < tolen);
/freebsd-10-stable/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-10-stable/sys/compat/linux/
H A Dlinux_socket.h151 int tolen; member in struct:linux_sendto_args
H A Dlinux_socket.c683 msg.msg_namelen = linux_args->tolen;
990 int tolen;
998 bsd_args.tolen = 0;
1042 msg.msg_namelen = args->tolen;
/freebsd-10-stable/usr.sbin/rwhod/
H A Drwhod.c142 const struct sockaddr *to, int tolen);
723 int tolen)
722 Sendto(int s, const void *buf, size_t cc, int flags, const struct sockaddr *to, int tolen) argument
/freebsd-10-stable/crypto/openssh/
H A Dpacket.c390 socklen_t fromlen, tolen; local
403 tolen = sizeof(to);
406 &tolen) < 0)
408 if (fromlen != tolen || memcmp(&from, &to, fromlen) != 0)
428 socklen_t tolen = sizeof(to); local
432 &tolen) < 0)
/freebsd-10-stable/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-10-stable/sys/compat/svr4/
H A Dsvr4_stream.c2000 sta.tolen = 0;
2037 sa.tolen = uap->tolen;
H A Dsvr4_proto.h408 char tolen_l_[PADL_(int)]; int tolen; char tolen_r_[PADR_(int)]; member in struct:svr4_sys_sendto_args
/freebsd-10-stable/sys/kern/
H A Dsystrace_args.c765 iarg[5] = p->tolen; /* int */
2739 iarg[4] = p->tolen; /* __socklen_t */
2752 iarg[4] = p->tolen; /* __socklen_t */
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c768 iarg[5] = p->tolen; /* int */
2514 iarg[4] = p->tolen; /* __socklen_t */
2527 iarg[4] = p->tolen; /* __socklen_t */
/freebsd-10-stable/sys/sys/
H A Dsysproto.h444 char tolen_l_[PADL_(int)]; int tolen; char tolen_r_[PADR_(int)]; member in struct:sendto_args
1451 char tolen_l_[PADL_(__socklen_t)]; __socklen_t tolen; char tolen_r_[PADR_(__socklen_t)]; member in struct:sctp_generic_sendmsg_args
1460 char tolen_l_[PADL_(__socklen_t)]; __socklen_t tolen; char tolen_r_[PADR_(__socklen_t)]; member in struct:sctp_generic_sendmsg_iov_args
/freebsd-10-stable/sys/amd64/linux/
H A Dlinux_systrace_args.c399 iarg[5] = p->tolen; /* l_int */

Completed in 708 milliseconds

12