HomeSort by: relevance | last modified time | path
    Searched refs:sendto (Results 1 - 25 of 204) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/lib/libc/net/
send.c 55 return (sendto(s, msg, len, flags, NULL, 0));
  /src/sbin/ping/
ping_hostops.c 49 .op_sendto = sendto,
prog_ops.h 73 #define prog_sendto sendto
  /src/usr.sbin/traceroute/
traceroute_hostops.c 50 .op_sendto = sendto,
prog_ops.h 88 #define prog_sendto sendto
  /src/external/ibm-public/postfix/dist/src/local/
biff_notify.c 98 if (sendto(sock, text, len, 0, (struct sockaddr *) &sin, sizeof(sin)) != len)
  /src/external/gpl3/gdb/dist/gnulib/import/
sys_time.in.h 174 # undef sendto
175 # define sendto sendto_used_without_including_sys_socket_h
203 _GL_WARN_ON_USE (sendto,
204 "sendto() used without including <sys/socket.h>");
sys_socket.in.h 615 # undef sendto
616 # define sendto rpl_sendto
618 _GL_FUNCDECL_RPL (sendto, ssize_t,
622 _GL_CXXALIAS_RPL (sendto, ssize_t,
628 _GL_CXXALIAS_SYS_CAST (sendto, ssize_t,
632 _GL_CXXALIASWARN (sendto);
634 # undef sendto
635 # define sendto sendto_used_without_requesting_gnulib_module_sendto
637 # undef sendto
639 _GL_WARN_ON_USE (sendto, "sendto is not always POSIX compliant -
    [all...]
sys_select.in.h 224 # undef sendto
225 # define sendto sendto_used_without_including_sys_socket_h
253 _GL_WARN_ON_USE (sendto,
254 "sendto() used without including <sys/socket.h>");
  /src/external/gpl3/gdb.old/dist/gnulib/import/
sys_time.in.h 174 # undef sendto
175 # define sendto sendto_used_without_including_sys_socket_h
203 _GL_WARN_ON_USE (sendto,
204 "sendto() used without including <sys/socket.h>");
sys_socket.in.h 615 # undef sendto
616 # define sendto rpl_sendto
618 _GL_FUNCDECL_RPL (sendto, ssize_t,
622 _GL_CXXALIAS_RPL (sendto, ssize_t,
628 _GL_CXXALIAS_SYS_CAST (sendto, ssize_t,
632 _GL_CXXALIASWARN (sendto);
634 # undef sendto
635 # define sendto sendto_used_without_requesting_gnulib_module_sendto
637 # undef sendto
639 _GL_WARN_ON_USE (sendto, "sendto is not always POSIX compliant -
    [all...]
sys_select.in.h 224 # undef sendto
225 # define sendto sendto_used_without_including_sys_socket_h
253 _GL_WARN_ON_USE (sendto,
254 "sendto() used without including <sys/socket.h>");
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
socket_wrapper.h 106 #ifdef sendto
107 #undef sendto macro
109 #define sendto(s,buf,len,flags,to,tolen) swrap_sendto(s,buf,len,flags,to,tolen) macro
sendmsg.c 63 ret = sendto (s, buf, tot, flags, msg->msg_name, msg->msg_namelen);
  /src/tests/net/net/
t_udp.c 14 static const char msg[] = "sendto test";
49 /* sendto */
50 e = sendto(s, msg, sizeof(msg), 0, res->ai_addr, res->ai_addrlen);
51 ATF_REQUIRE_MSG(e == sizeof(msg), "sendto(1) AF=%d: %s", family,
54 e = sendto(s, msg, sizeof(msg), 0, res->ai_addr, res->ai_addrlen);
55 ATF_REQUIRE_MSG(e == sizeof(msg), "sendto(2) AF=%d: %s", family,
  /src/usr.bin/talk/
invite.c 180 if (sendto(ctl_sockt, &msg, sizeof (msg), 0,
186 if (sendto(ctl_sockt, &msg, sizeof (msg), 0,
ctl_transact.c 74 cc = sendto(ctl_sockt, (char *)&tmsg, sizeof (tmsg), 0,
  /src/games/hunt/hunt/
server.c 221 (void) sendto(contactsock, &wiremsg, sizeof(wiremsg), 0,
235 (void) sendto(contactsock, &wiremsg, sizeof(wiremsg), 0,
257 if (sendto(contactsock, &wiremsg, sizeof(wiremsg), 0,
260 leave(1, "sendto");
264 if (sendto(contactsock, &wiremsg, sizeof(wiremsg), 0,
266 leave(1, "sendto");
  /src/usr.sbin/timed/timed/
acksend.c 67 error = sendto(s, msg, sizeof(*msg), 0,
  /src/external/bsd/ipf/dist/ipsend/
slinux.c 85 if (sendto(fd, pkt, len, 0, &s, sizeof(s)) == -1)
sockraw.c 82 if (sendto(fd, pkt, len, 0, &sin, sizeof(sin)) == -1)
  /src/external/bsd/openldap/dist/include/
sd-notify.h 59 ssize_t written = sendto(fd, message, message_length, 0,
  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface_udp.c 346 sendto(sock, reply, reply_len, 0, (struct sockaddr *) &from,
350 sendto(sock, "FAIL\n", 5, 0, (struct sockaddr *) &from,
353 sendto(sock, "OK\n", 3, 0, (struct sockaddr *) &from,
567 if (sendto(sock, sbuf, llen + len, 0,
571 "sendto(CTRL_IFACE monitor): %s",
732 sendto(sock, reply, reply_len, 0, (struct sockaddr *) &from,
736 sendto(sock, "FAIL\n", 5, 0, (struct sockaddr *) &from,
739 sendto(sock, "OK\n", 3, 0, (struct sockaddr *) &from,
  /src/libexec/talkd/
talkd.c 139 cc = sendto(sockt, (char *)&response, sizeof (response), 0,
142 syslog(LOG_WARNING, "sendto: %m");
  /src/sys/compat/linux32/common/
linux32_socketcall.c 78 sc(linux32_sys, sendto),

Completed in 54 milliseconds

1 2 3 4 5 6 7 8 9