/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/ |
H A D | implicit_dependencies | 58 'sendto', 165 'sendto', 282 'sendto', 509 'sendto', 579 'sendto', 812 'sendto', 969 'sendto', 1135 'sendto', 1222 'sendto', 1319 'sendto', [all …]
|
H A D | implicit_dependencies.pretty | 298 'sendto', 528 'sendto', 684 'sendto', 849 'sendto', 935 'sendto', 1031 'sendto', 1158 'sendto', 1281 'sendto', 1372 'sendto', 1450 'sendto', [all …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/ |
H A D | implicit_dependencies.pretty | 257 'sendto', 330 'sendto', 435 'sendto', 522 'sendto', 597 'sendto', 667 'sendto', 737 'sendto', 807 'sendto', 891 'sendto', 984 'sendto', [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | invite.c | 209 if (sendto(ctl_sockt, (char *)&msg, sizeof (CTL_MSG), 0, in send_delete() 217 if (sendto(ctl_sockt, (char *)&msg, sizeof (CTL_MSG), 0, in send_delete()
|
H A D | ctl_transact.c | 87 cc = sendto(ctl_sockt,
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | socket.h | 519 #pragma redefine_extname sendto __xnet_sendto 528 #define sendto __xnet_sendto macro 560 extern ssize_t sendto(int, const void *, size_t, int, const struct sockaddr *,
|
/illumos-gate/usr/src/lib/libc/common/sys/ |
H A D | _so_sendto.S | 40 SYSCALL2_RESTART_RVAL1(__so_sendto,sendto)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux.c | 297 cc = sendto(sndsock, (char *)outip, send_size, 0, to, in send_probe() 300 cc = sendto(sndsock, (char *)outicmp, send_size, 0, to, in send_probe() 303 cc = sendto(sndsock, (char *)outp, send_size, 0, to, in send_probe()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | tftp.c | 162 n = sendto(f, dp, size + 4, 0, in tftp_sendfile() 290 if (sendto(f, ackbuf.tb_data, size, 0, (struct sockaddr *)&sin6, in tftp_recvfile() 395 if (sendto(f, ackbuf.tb_data, 4, 0, in tftp_recvfile() 642 if (sendto(f, ackbuf.tb_data, length, 0, in nak()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rwhod.c | 447 (void) sendto(s, &mywd, cc, 0, in onalrm() 463 (void) sendto(s, &mywd, cc, 0, in onalrm() 467 (void) sendto(s, &mywd, cc, 0, in onalrm() 709 sendto(int s, const void *buf, size_t cc, int flags, const struct sockaddr *to, in sendto() function
|
H A D | in.tftpd.c | 1028 if (sendto(peer, &oackbuf, oacklen, 0, in tftpd_sendfile() 1105 if (sendto(peer, dp, size + 4, 0, in tftpd_sendfile() 1222 if (sendto(peer, &ackbuf, acklen, 0, (struct sockaddr *)&from, in tftpd_recvfile() 1310 if (sendto(peer, &ackbuf, 4, 0, (struct sockaddr *)&from, in tftpd_recvfile() 1330 if (sendto(peer, &ackbuf, 4, 0, (struct sockaddr *)&from, in tftpd_recvfile() 1375 ret = sendto(peer, &buf, length, 0, (struct sockaddr *)&from, in nak()
|
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_netbios_datagram.c | 386 (void) sendto(datagram_sock, buffer, count, 0, in smb_netbios_datagram_send() 465 (void) sendto(datagram_sock, buffer, count, 0, in smb_netbios_datagram_send_to_net() 801 (void) sendto(datagram_sock, datagram->rawbuf, in smb_netbios_BPM_datagram()
|
/illumos-gate/usr/src/stand/lib/inet/ |
H A D | icmp4.c | 128 (void) sendto(s, (caddr_t)icmphp, icmp_len, 0, in icmp4()
|
/illumos-gate/usr/src/man/man3socket/ |
H A D | Makefile | 118 sendto.3socket \ 215 sendto.3socket := LINKSRC = send.3socket
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/ |
H A D | in.talkd.c | 110 cc = sendto(0, (char *)&response, sizeof (response), 0, in main()
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | sendlist.c | 221 sendto(f, msg, strlen(msg)+1, 0, (struct sockaddr *)&addr, in notifybiff()
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 230 sendto 242
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 231 sendto 242
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | output.c | 119 if (sendto(ifp->int_sock, packet, size, flags, in sendpacket()
|
/illumos-gate/usr/src/man/man3xnet/ |
H A D | Makefile | 45 sendto.3xnet \
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/ |
H A D | ilb_probe.c | 698 if (sendto(send_sd, buf, 0, 0, (struct sockaddr *)&dst_addr, in udp_query() 816 if (sendto(sd, buf, sizeof (buf), 0, (struct sockaddr *)&dst_addr, in ping_query()
|
/illumos-gate/usr/src/lib/libsocket/socket/ |
H A D | weaks.c | 55 #pragma weak sendto = _sendto macro
|
/illumos-gate/usr/src/stand/lib/sock/ |
H A D | socket.c | 547 return (sendto(s, buf, nbyte, 0, (struct sockaddr *)addr, in socket_write() 982 return (sendto(s, msg, len, flags, NULL, 0)); in send() 991 sendto(int s, const void *msg, size_t len, int flags, const struct sockaddr *to, in sendto() function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | main.c | 136 cc = sendto(sock, (char *)packet, size, flags, in sendpacket() 1737 (void) sendto(mibsock, &ndpd_info, sizeof (ndpd_info_t), 0, in process_mibsock() 1775 (void) sendto(mibsock, &phyint, sizeof (phyint), 0, in process_mibsock() 1800 (void) sendto(mibsock, &prefix, sizeof (prefix), 0, in process_mibsock() 1814 (void) sendto(mibsock, &router, sizeof (router), 0, in process_mibsock()
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | wine.sizeof_param | 366 sendto 2 1
|