Searched refs:sendto (Results 1 - 25 of 102) sorted by relevance

12345

/macosx-10.9.5/dcerpc-58/dcerpc/libdcethread/
H A Ddcethread_sendto.c92 DCETHREAD_SYSCALL(ssize_t, sendto(s, buf, len, flags, to, tolen));
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/legacy/
H A Dsendto.c43 * sendto stub, legacy version
46 sendto(int s, const void *msg, size_t len, int flags, const struct sockaddr *to, socklen_t tolen) function
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A Dacksend.c62 if (sendto(sock, (char *)&msg, sizeof(struct tsp), 0,
108 if (sendto(sock, (char *)message, sizeof(struct tsp),
H A Dcandidate.c86 if (sendto(sock, (char *)&msg, sizeof(struct tsp), 0,
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/os2/
H A Dapr_arch_os2calls.h58 #define sendto apr_os2_sendto macro
/macosx-10.9.5/apr-30/apr/apr/include/arch/os2/
H A Dapr_arch_os2calls.h58 #define sendto apr_os2_sendto macro
/macosx-10.9.5/postfix-252/postfix/src/local/
H A Dbiff_notify.c92 if (sendto(sock, text, len, 0, (struct sockaddr *) & sin, sizeof(sin)) != len)
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/os2/
H A Dsendrecv_udp.c35 rv = sendto(sock->socketdes, buf, (*len), flags,
48 rv = sendto(sock->socketdes, buf, *len, flags,
/macosx-10.9.5/apr-30/apr/apr/network_io/os2/
H A Dsendrecv_udp.c35 rv = sendto(sock->socketdes, buf, (*len), flags,
48 rv = sendto(sock->socketdes, buf, *len, flags,
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dsocket_wrapper.h104 #ifdef sendto
105 #undef sendto macro
107 #define sendto(s,buf,len,flags,to,tolen) swrap_sendto(s,buf,len,flags,to,tolen) macro
H A Dsendmsg.c61 ret = sendto (s, buf, tot, flags, msg->msg_name, msg->msg_namelen);
/macosx-10.9.5/remote_cmds-41.90.1/talk.tproj/
H A Dinvite.c192 if (sendto(ctl_sockt, &msg, sizeof (msg), 0,
198 if (sendto(ctl_sockt, &msg, sizeof (msg), 0,
H A Dctl_transact.c88 cc = sendto(ctl_sockt, (char *)&lmsg, sizeof (lmsg), 0,
/macosx-10.9.5/network_cmds-433/mnc.tproj/
H A Dmnc_main.c122 sendto(sock, buffer, len, 0, config->group->ai_addr,
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/beos/
H A Dsendrecv.c143 rv = sendto(sock->socketdes, buf, (*len), flags,
156 rv = sendto(sock->socketdes, buf, (*len), flags,
/macosx-10.9.5/apr-30/apr/apr/network_io/beos/
H A Dsendrecv.c143 rv = sendto(sock->socketdes, buf, (*len), flags,
156 rv = sendto(sock->socketdes, buf, (*len), flags,
/macosx-10.9.5/network_cmds-433/natd.tproj/
H A Dicmp.c135 wrote = sendto (sock,
/macosx-10.9.5/remote_cmds-41.90.1/talkd.tproj/
H A Dtalkd.c125 cc = sendto(STDIN_FILENO, (char *)&response,
128 syslog(LOG_WARNING, "sendto: %m");
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dsetup-os400.h136 #define sendto Curl_os400_sendto macro
H A Dtftp.c528 senddata = sendto(state->sockfd, (void *)state->spacket.data,
609 sbytes = sendto(state->sockfd, (void *)state->spacket.data,
634 sbytes = sendto(state->sockfd, (void *)state->spacket.data,
660 sbytes = sendto(state->sockfd, (void *)state->spacket.data,
674 (void)sendto(state->sockfd, (void *)state->spacket.data,
733 sbytes = sendto(state->sockfd, (void *)state->spacket.data,
763 sbytes = sendto(state->sockfd, (void *)state->spacket.data,
789 sbytes = sendto(state->sockfd, (void *)state->spacket.data,
807 (void)sendto(state->sockfd, (void *)state->spacket.data, 4, SEND_4TH_ARG,
/macosx-10.9.5/ntp-88/include/
H A Dl_stdlib.h79 extern int sendto (int, char *, int, int, struct sockaddr *, int);
/macosx-10.9.5/procmail-14/procmail/src/
H A Dcomsat.c136 { sendto(s,buf,strlen(buf),0,(struct sockaddr*)&csaddr,sizeof(csaddr));
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timedc.tproj/
H A Dcmds.c103 if (sendto(sock, &sec, sizeof(sec), 0,
105 warn("sendto(sock)");
314 if (sendto(sock, &msg, sizeof(struct tsp), 0,
317 warn("sendto");
417 if (sendto(sock, &msg, sizeof(struct tsp), 0,
420 warn("sendto");
473 if (sendto(sock, &msg, sizeof(struct tsp), 0,
475 warn("sendto");
/macosx-10.9.5/Libc-997.90.3/fbsdcompat/
H A D_fbsd_compat_.h115 #define _sendto sendto
/macosx-10.9.5/bind9-45.100/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h143 int sendto(int, char *, u_int, int, struct sockaddr *, int);

Completed in 292 milliseconds

12345