Searched refs:send (Results 226 - 250 of 335) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/geom/raid3/
H A Dg_raid3.c470 * After retaste event was send (inside g_access()), we can send
1185 * One request failed, so send the same request to
1470 off_t rstart, rend, sstart, send; local
1483 send = sbp->bio_length;
1486 send *= sc->sc_ndisks - 1;
1488 send += sstart;
1489 if (rend > sstart && rstart < send)
1502 off_t rstart, rend, sstart, send; local
1508 send
[all...]
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrap.c553 syslog(LOG_DEBUG, "send trap to %s failed: no access",
559 syslog(LOG_ERR, "trap send buffer: %m");
565 if ((len = send(t->socket, sndbuf, sndlen, 0)) == -1)
566 syslog(LOG_ERR, "send: %m");
568 syslog(LOG_ERR, "send: short write %zu/%zu",
620 syslog(LOG_DEBUG, "send trap to %s failed: no access",
626 syslog(LOG_ERR, "trap send buffer: %m");
632 if ((len = send(ta->socket, sndbuf, sndlen, 0)) == -1)
633 syslog(LOG_ERR, "send: %m");
635 syslog(LOG_ERR, "send
[all...]
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_linux.c87 res = send(t, addr[i], len[i], i + 1 < num_elem ? MSG_MORE : 0);
90 "%s: send on AF_ALG socket failed: %s",
96 "%s: send on AF_ALG socket did not accept full buffer (%d/%d)",
322 res = send(ctx->t, data, len, MSG_MORE);
325 "%s: send on AF_ALG socket failed: %s",
332 "%s: send on AF_ALG socket did not accept full buffer (%d/%d)",
/freebsd-11-stable/sys/netinet/
H A Dip_output.c162 /* See if local, if yes, send it to netisr with IP_FASTFWD_OURS. */
474 * to send. The multicast forwarding function
529 * verify user is allowed to send
621 * care of the fragmentation for us, we can just send directly.
655 IP_PROBE(send, NULL, NULL, ip, ifp, ip, NULL);
691 IP_PROBE(send, NULL, NULL, mtod(m, struct ip *), ifp,
/freebsd-11-stable/lib/libc/gen/
H A DMakefile.inc466 MLINKS+=send.2 sendmmsg.2
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c298 /* permission denied is gotten for every send if the
333 /* send a UDP reply */
342 log_err("error: send empty UDP packet");
350 sent = send(c->fd, (void*)sldns_buffer_begin(packet),
355 * we want to send the answer, and we will wait for
375 sent = send(c->fd, (void*)sldns_buffer_begin(packet),
389 verbose(VERB_OPS, "send failed: %s", sock_strerror(errno));
451 /** send a UDP reply over specified interface*/
471 log_err("error: send empty UDP packet");
541 * we want to send th
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_1x.c1360 * Supplicant to send EAPOL-Start.
1419 * RADIUS server SHOULD NOT send Access-Reject/no EAP-Message
1491 if (keys && keys->send && keys->recv) {
1494 keys->send, keys->send_len);
1504 keys->send, keys->send_len);
1510 "MS-MPPE: 1x_get_keys, could not get keys: %p send: %p recv: %p",
1511 keys, keys ? keys->send : NULL,
1516 os_free(keys->send);
2593 * retransmitted in case of failure. Try to re-send failed EAPOL-Key
2603 /* TODO: re-send EAPO
[all...]
/freebsd-11-stable/sys/dev/tsec/
H A Dif_tsec.c823 /* Everything is ok, now we can send buffers */
834 * - ready to send
1426 int send = 0; local
1469 send = 1;
1474 if (send) {
1475 /* Now send anything that was pending */
/freebsd-11-stable/contrib/ipfilter/l4check/
H A Dl4check.c193 i = send(fd, l4->l4_wptr, n, 0);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dwince-stub.c107 if (send (s, str, n, 0) == (int) n)
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_wr.h348 struct t3_send_wr send; member in union:t3_wr
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_dp.c335 uint8_t *send, int send_bytes,
416 /* Load the send data into the aux channel data registers */
419 pack_aux(send + i, send_bytes - i));
488 uint16_t address, uint8_t *send, int send_bytes)
502 memcpy(&msg[4], send, send_bytes);
334 intel_dp_aux_ch(struct intel_dp *intel_dp, uint8_t *send, int send_bytes, uint8_t *recv, int recv_size) argument
487 intel_dp_aux_native_write(struct intel_dp *intel_dp, uint16_t address, uint8_t *send, int send_bytes) argument
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dsend_to_kdc.c43 * send the data in `req' on the socket `fd' (which is datagram iff udp)
121 if (send (fd, req->data, req->length, 0) < 0)
362 * Send the data `send' to one host from `handle` and get back the reply
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Ddev.c575 c4iw_stats.send, c4iw_stats.recv, c4iw_stats.read,
H A Dt4fw_ri_api.h726 struct fw_ri_send_wr send; member in union:fw_ri_wr::fw_ri::fw_ri_init::fw_ri_init_p2p
/freebsd-11-stable/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c29 * B UDP packet(s) and B send it back. The time of sending is recorded
62 * realize that and send few more before B bails out.
351 r = send(tcp->fds[fdidx], &tcp->test_pkts[pnum], slen, 0);
353 err(1, "%s: %s: send(%d)", tcp->name, face, tcp->fds[fdidx]);
356 errx(1, "%s: %s: send(%d): short send", tcp->name, face,
627 test_run(0, i, 0, "send()/recv()");
630 "send()/recvmsg(), setsockopt(SO_TIMESTAMP, 1)");
634 "send()/recvmsg(), setsockopt(SO_BINTIME, 1)");
638 "send()/recvms
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-nfc.py204 if not client.send(message):
205 summary("Failed to send handover request")
236 print("P2P carrier type match - send to wpa_supplicant")
280 summary("send handover response {}".format(response.type))
401 summary("WPS tag - send to wpa_supplicant")
405 summary("P2P tag - send to wpa_supplicant")
/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_ctrl.c518 if (send(ctrl->s, _cmd, _cmd_len, 0) < 0) {
/freebsd-11-stable/sys/modules/
H A DMakefile353 send \
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk13 # Please send copies of changes and bug-fixes to:
H A Dmeta.stage.mk12 # Please send copies of changes and bug-fixes to:
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_sim_db.c869 if (send(data->sock, msg, len, 0) < 0) {
871 wpa_printf(MSG_INFO, "send[EAP-SIM DB UNIX]: %s",
883 if (send(data->sock, msg, len, 0) < 0) {
884 wpa_printf(MSG_INFO, "send[EAP-SIM DB UNIX]: %s",
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_npe.c1496 const uint32_t send[2], uint32_t recv[2])
1501 error = putmsg(sc, send);
1495 ixpnpe_sendandrecvmsg_sync(struct ixpnpe_softc *sc, const uint32_t send[2], uint32_t recv[2]) argument
/freebsd-11-stable/share/mk/
H A Dmeta.autodep.mk14 # Please send copies of changes and bug-fixes to:
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_client.c343 wpa_printf(MSG_INFO, "send[RADIUS,s=%d]: %s", s, strerror(errno));
475 if (send(s, wpabuf_head(buf), wpabuf_len(buf), 0) < 0) {
802 res = send(s, wpabuf_head(buf), wpabuf_len(buf), 0);

Completed in 213 milliseconds

1234567891011>>