Searched refs:send (Results 251 - 275 of 335) sorted by relevance

<<11121314

/freebsd-11-stable/sys/x86/xen/
H A Dxen_intr.c1550 struct evtchn_send send = { .port = isrc->xi_port }; local
1551 (void)HYPERVISOR_event_channel_op(EVTCHNOP_send, &send);
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in357 send-ack.awk \
/freebsd-11-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c770 if(send(data->fd, acceptframe, len, 0) == -1) {
771 log_err("send failed: %s", sock_strerror(errno));
803 if(send(fd, finishframe, len, 0) == -1) {
804 log_err("send failed: %s", sock_strerror(errno));
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c2848 char *send;
2884 arg = strtol (format + 1, &send, 10);
2885 know (send != format && arg < count);
2887 format = send;
2900 arg = strtol (format + 1, &send, 10);
2903 format = send;
2837 char *send; local
/freebsd-11-stable/sys/geom/mirror/
H A Dg_mirror.c372 * After retaste event was send (inside g_access()), we can send
1176 off_t rstart, rend, sstart, send; local
1191 send = sbp->bio_offset + sbp->bio_length;
1192 if (rend > sstart && rstart < send)
1206 off_t rstart, rend, sstart, send; local
1212 send = sbp->bio_offset + sbp->bio_length;
1216 if (rend > sstart && rstart < send)
1397 /* Don't send more synchronization requests. */
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c1007 * send a copy back to userland of what we ended up
2199 * already send back the SYN/ACK (and thus that we know if
2254 * Microsoft Windows will send the next packet to the right of the
2352 u_32_t send; local
2379 send = ntohl(tcp->th_seq) + fin->fin_dlen - (TCP_OFF(tcp) << 2) +
2384 clone->is_dend = send;
2385 clone->is_maxdend = send;
2392 clone->is_send = send;
2393 clone->is_maxsend = send;
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.c981 * Allocate a HW IOs for send frame. Allocate one for each Class 1 WQ, or if there
999 /* Initialize send frame frame sequence id */
2355 ocs_log_err(hw->os, "Can't send command, HW state=%d\n", hw->state);
3819 * - Sending an ELS response - To send an ELS reponse, the caller must provide
3821 * - Sending a FC Common Transport (FC-CT) request - To send a FC-CT request,
3825 * @n @b Note: The caller is expected to provide both send and receive
3832 * @param send DMA memory holding data to send (for example, ELS request, BLS response).
3833 * @param len Length, in bytes, of data to send.
3844 ocs_dma_t *send, uint32_
3843 ocs_hw_srrs_send(ocs_hw_t *hw, ocs_hw_io_type_e type, ocs_hw_io_t *io, ocs_dma_t *send, uint32_t len, ocs_dma_t *receive, ocs_remote_node_t *rnode, ocs_hw_io_param_t *iparam, ocs_hw_srrs_cb_t cb, void *arg) argument
[all...]
/freebsd-11-stable/sys/dev/firewire/
H A Dfwohci.c66 &nocyclemaster, 0, "Do not send cycle start packets");
900 fp = &xfer->send.hdr;
912 ohcifp->mode.common.spd = xfer->send.spd & 0x7;
947 if (xfer->send.pay_len > 0) {
952 &xfer->send.payload[0], xfer->send.pay_len,
/freebsd-11-stable/sys/dev/mge/
H A Dif_mge.c1433 int send = 0; local
1470 send++;
1475 if (send) {
1476 /* Now send anything that was pending */
1680 /* Everything is ok, now we can send buffers */
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1354 WRAPPER2(int, send, int s, const void *msg, size_t len, int flags)
1357 MF_VALIDATE_EXTENT (msg, len, __MF_CHECK_READ, "send msg");
1358 return send (s, msg, len, flags);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c32 static void ar9300_mci_print_msg(struct ath_hal *ah, HAL_BOOL send,u_int8_t hdr, argument
41 if (send) {
283 "(MCI) send bt_status_query fail, set flush flag again\n");
357 HALDEBUG(ah, HAL_DEBUG_BT_COEX, "(MCI) BT_MCI_FLAGS: force send\n");
697 * New: Receive BT_CAL_REQ -> send WLAN_CAL_GRANT -> wait
778 HALDEBUG(ah, HAL_DEBUG_BT_COEX, "(MCI) send REMOTE_RESET\n");
806 * We don't need to send more remote_reset at this moment.
843 * A contention reset will be received after send out sys_waking.
1295 "(MCI) %s: Not send 0x%x. MCI is not enabled. full_sleep = %d\n",
1302 "(MCI) %s: Don't send messag
[all...]
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius.c1126 keys->send = decrypt_ms_key(key, keylen,
1130 if (!keys->send) {
1132 "RADIUS: Failed to decrypt send key");
/freebsd-11-stable/usr.sbin/lmcconfig/
H A Dlmcconfig.c511 ioctl_snmp_send(u_int32_t send)
518 ioctl.data = send;
1398 case 'B': /* send BOP msg */
1450 case 'l': /* send DS3 line loopback deactivate BOP cmd */
1456 case 'L': /* send DS3 line loopback activate BOP cmd */
1782 case 'B': /* send BOP msg */
1856 case 'i': /* send CSU loopback deactivate inband cmd */
1870 case 'I': /* send CSU loopback activate inband cmd */
1884 case 'l': /* send line loopback deactivate BOP msg */
1895 case 'L': /* send lin
510 ioctl_snmp_send(u_int32_t send) argument
[all...]
/freebsd-11-stable/sys/netinet/
H A Dtcp_syncache.c582 * send a reset with the sequence number at the rightmost edge
681 * Drop the connection; we will either send a RST or
1053 return (-1); /* Do not send RST */
1075 return (-1); /* Do not send RST */
1087 return (-1); /* Do not send RST */
1095 * XXXMT: RFC 7323 also requires to send an ACK.
1110 return (-1); /* Do not send RST */
1144 return (-1); /* Do not send RST */
1247 * this to the syn cache, and send back a segment:
1254 * DoS attack, an attacker could send dat
[all...]
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y211 | send
234 send: sendhdr '{' sendbody '}' ';' { packet_done(); } label
/freebsd-11-stable/sys/netinet6/
H A Dnd6.c78 #include <netinet6/send.h>
2185 * The first time we send a packet to a
2232 IP_PROBE(send, NULL, NULL, mtod(m, struct ip6_hdr *), ifp, NULL,
2397 * The first time we send a packet to a neighbor whose entry is
2409 * send the packet.
2461 * INCOMPLETE state, send the first solicitation.
H A Draw_ip6.c105 #include <netinet6/send.h>
/freebsd-11-stable/contrib/binutils/
H A DMakefile.tpl660 echo If you really want to send e-mail, run ./$@ now
668 echo If you really want to send e-mail, run ./$@ now
/freebsd-11-stable/lib/libc/resolv/
H A Dres_send.c914 } else if (send(s, (const char*)buf, buflen, 0) != buflen) {
915 Perror(statp, stderr, "send", errno);
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c372 res = send(drv->common.sock, (u8 *) hdr, len, 0);
377 "macsec_qca_send_eapol - packet len: %lu - failed: send: %s",
/freebsd-11-stable/sbin/devd/
H A Ddevd.cc110 * Since the client socket is nonblocking, we must increase its send buffer to
906 if (send(i->fd, data, len, flags) != len) {
910 devdlog(LOG_WARNING, "notify_clients: send() failed; "
926 * Normally we reap clients when we get an error trying to send them an
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h821 int mlx5_ib_read_user_wqe(struct mlx5_ib_qp *qp, int send, int wqe_index,
H A Dmlx5_ib_qp.c117 * @send: copy from the send queue when non-zero, use the receive queue
119 * @wqe_index: index to start copying from. For send work queues, the
130 int mlx5_ib_read_user_wqe(struct mlx5_ib_qp *qp, int send, int wqe_index, argument
136 struct mlx5_ib_wq *wq = send ? &qp->sq : &qp->rq;
153 if (send && length < sizeof(struct mlx5_wqe_ctrl_seg))
157 (send && offset + sizeof(struct mlx5_wqe_ctrl_seg) > umem->length))
165 if (send) {
3663 "Invalid IB_SEND_INLINE send flag\n");
/freebsd-11-stable/share/man/man4/
H A DMakefile478 send.4 \
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control.c777 if(send(fd, buf, len, 0) < (ssize_t)len) {
778 fatal_exit("could not send: %s", sock_strerror(errno));
805 /** send stdin to server */
814 /** send end-of-file marker to server */
822 /** send command and display result */
893 /* send command */

Completed in 848 milliseconds

<<11121314