Searched refs:send (Results 276 - 300 of 335) sorted by relevance

<<11121314

/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h925 extern int send(int, char *, int, int);
/freebsd-11-stable/contrib/binutils/
H A DMakefile.def97 host_modules= { module= send-pr; };
451 dependencies = { module=all-send-pr; on=all-prms; };
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c1314 if (di->send - name < len)
3781 di->send = mangled + len;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c1360 if (di->send - name < len)
3932 di->send = mangled + len;
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dmain.c725 /* normal return - send a response */
735 /* error - send nothing */
740 /* error - send error response. The snmp routine has
1187 slen = tport->transport->vtab->send(tport, sndbuf, sndlen,
1190 syslog(LOG_ERR, "send*: %m");
1192 syslog(LOG_ERR, "send*: short write %zu/%zu", sndlen,
1227 len = trans->vtab->send(tp, sndbuf, sndlen, addr, addrlen);
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp_targ.c1932 sfp = &xfer->send.hdr;
1933 xfer->send.spd = FWSPD_S400;
1990 /*send*/ 0, /*recv*/ SBP_TARG_RECV_LEN, MAX_LUN /* XXX */,
/freebsd-11-stable/sys/netinet/
H A Dtcp_subr.c177 * we are forced to a ridiculous low MSS like 20 and send hundreds
841 * Create template to be used to send tcp packets on a connection.
860 * of the tcpiphdr at th and send directly to the addressed host.
862 * template for a connection. If flags are given then we send
1144 TCP_PROBE5(send, NULL, tp, ip6, tp, nth);
1153 TCP_PROBE5(send, NULL, tp, ip, tp, nth);
1340 * then send a RST to peer.
2351 * based on the new value. Also nudge TCP to send something, since we
H A Digmp.c2692 * not send any sources.
3329 * Check that there are some packets queued. If so, send them first.
3335 goto send;
3372 send:
/freebsd-11-stable/sys/netinet6/
H A Dmld6.c2331 * not send any sources. A transition to/from this state is
2336 * we need to send sources in all cases.
2986 * Check that there are some packets queued. If so, send them first.
2992 goto send;
3029 send:
3174 * RFC3590: OK to send as :: or tentative during DAD.
H A Dudp6_usrreq.c392 * to send an ICMP Port Unreachable for a broadcast
725 * rather than send the packet as an IPv6 one.
895 UDP_PROBE(send, NULL, inp, ip6, inp, udp6);
H A Dnd6_nbr.c79 #include <netinet6/send.h>
1115 int dad_count; /* max NS to send */
1116 int dad_ns_tcount; /* # of trials to send NS */
/freebsd-11-stable/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c362 ret = send(ntpd_sock, rpkt, ptr - rpkt, 0);
364 syslog(LOG_ERR, "cannot send to ntpd: %m");
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1402 * Need to start a listen on the data channel before we send the command,
1777 * send IAC in urgent mode instead of DM because 4.3BSD places oob mark
1781 if (send (fileno (cout), buf, 3, MSG_OOB) != 3)
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c64 ISend, /* trying to send network data in */
74 autosynch, /* send interrupt characters with SYNCH? */
170 * The basic idea is that we send the negotiation if either side
368 * Special case for TM. We send a WILL, but pretend
697 * Terminal type, send request.
698 * Terminal speed (send request).
927 * We can always send an REQEND so that we cannot
1637 * Machines like MULTICS like to send \r without
2188 while ((next = nextitem(thisitem)) <= netobuf.send) {
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dprotocol.c1613 _gss_ntlm_set_key(&ctx->u.v2.send, 0, (ctx->flags & NTLM_NEG_KEYEX),
1774 kcm_log(0, "Process %d: didn't send a message", client->pid);
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.guess32 # Please send patches to <config-patches@gnu.org>.
1404 send the following data and any information you think might be
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_hostap.c274 res = send(drv->sock, msg, len, 0);
H A Ddriver_macsec_linux.c617 wpa_printf(MSG_ERROR, DRV_PREFIX "%s: failed to send: %d (%s)",
1600 res = send(drv->common.sock, (u8 *) hdr, len, 0);
1605 "%s: packet len: %lu - failed: send: %s",
/freebsd-11-stable/sbin/ping/
H A Dping.c166 static int ssend; /* send socket file descriptor */
277 * connect(2)'ed to, and send socket do not receive those
477 case 's': /* size of packet to send */
895 pinger(); /* send the first ping */
1083 i = send(ssend, (char *)packet, cc, 0);
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc.c557 * sendpkt - send a packet to the remote host
565 if (send(sockfd, xdata, xdatalen, 0) == -1) {
849 * sendrequest - format and send a request packet
967 * doquery - send a request and process the response
1016 * send a request
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess32 # Please send patches to <config-patches@gnu.org>.
1387 send the following data and any information you think might be
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c5072 const char *send;
5076 val = bfd_scan_vma (entry_symbol.name, &send, 0);
5077 if (*send == '\0')
5070 const char *send; local
/freebsd-11-stable/contrib/gdb/gdb/
H A Dwince.c413 the gdb server should send a DWORD.
474 if (send (s, str, n, 0) == n)
1858 fprintf_unfiltered (gdb_stderr, "Can't send signals to the child. signal %d\n", sig);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c147 #define real_send send
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h845 uint32_t send; member in struct:iwn5000_calib_elem
961 * send probes.
1150 * Define maximal number of calib result send to runtime firmware

Completed in 314 milliseconds

<<11121314