Searched refs:send (Results 26 - 50 of 335) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv6localicmp.ksh30 # Test ip:::{send,receive} of IPv6 ICMP to a local address. This creates a
60 ip:::send
64 printf("2 ip:::send (");
H A Dtst.ipv6remoteicmp.ksh30 # Test ip:::{send,receive} of IPv6 ICMP to a remote host. This test is
69 ip:::send
73 printf("1 ip:::send (");
H A Dtst.localtcpstate.ksh28 # Test tcp:::state-change and tcp:::{send,receive} by connecting to
31 # A number of state transition events along with tcp fusion send and
40 # 4. An unlikely race causes the unlocked global send/receive
46 # 3 x ip:::send (2 during the TCP handshake, then a FIN)
47 # 4 x tcp:::send (2 during the TCP handshake, 1 message then a FIN)
53 # each way, since the TCP fusion send/receive events will not reach IP.
92 ip:::send
99 tcp:::send
149 printf("ip:::send - %s\n", ipsend >= 5 ? "yes" : "no");
151 printf("tcp:::send
[all...]
H A Dtst.remotetcpstate.ksh28 # Test tcp:::state-change and tcp:::{send,receive} by connecting to
31 # A number of state transition events along with tcp send and receive
40 # 4. An unlikely race causes the unlocked global send/receive
46 # 4 x ip:::send (2 during the TCP handshake, the message, then a FIN)
47 # 4 x tcp:::send (2 during the TCP handshake, the messages, then a FIN)
97 ip:::send
104 tcp:::send
147 printf("ip:::send - %s\n", ipsend >= 4 ? "yes" : "no");
149 printf("tcp:::send - %s\n", tcpsend >= 4 ? "yes" : "no");
/freebsd-11-stable/contrib/telnet/telnet/
H A Dnetwork.c138 n = send(net, (char *)netoring.consume, n, 0); /* normal write */
143 * To make ourselves compatible, we only send ONE byte
148 n = send(net, (char *)netoring.consume, 1, MSG_OOB);/* URGENT data */
168 * If we sent all, and more to send, then recurse to pick
/freebsd-11-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c191 char waiting[3], *send, *wordfile = "/usr/share/dict/words"; local
205 max_random_sleep = strtod(optarg, &send);
206 if (*send != '\0')
210 nworkers = strtoul(optarg, &send, 0);
211 if (*send != '\0')
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep_intr.c180 void *h_arg, intr_ipi_send_t *send, void *s_arg)
187 KASSERT(send != NULL, ("%s: ipi %u no sender", __func__, ipi));
192 ii->ii_send = send;
179 intr_ipi_setup(u_int ipi, const char *name, intr_ipi_handler_t *hand, void *h_arg, intr_ipi_send_t *send, void *s_arg) argument
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h119 #ifdef send
120 #undef send macro
122 #define send(s,buf,len,flags) swrap_send(s,buf,len,flags) macro
/freebsd-11-stable/crypto/openssl/crypto/jpake/
H A Djpake.c283 int JPAKE_STEP1_generate(JPAKE_STEP1 *send, JPAKE_CTX *ctx) argument
286 generate_step_part(&send->p1, ctx->xa, ctx->p.g, ctx);
287 generate_step_part(&send->p2, ctx->xb, ctx->p.g, ctx);
348 int JPAKE_STEP2_generate(JPAKE_STEP2 *send, JPAKE_CTX *ctx) argument
374 generate_step_part(send, t2, t1, ctx);
460 int JPAKE_STEP3A_generate(JPAKE_STEP3A *send, JPAKE_CTX *ctx) argument
462 quickhashbn(send->hhk, ctx->key);
463 SHA1(send->hhk, sizeof(send->hhk), send
490 JPAKE_STEP3B_generate(JPAKE_STEP3B *send, JPAKE_CTX *ctx) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/net/net/
H A Dt_udp.c58 /* connect + send */
63 e = send(s, msg, sizeof(msg), 0);
64 ATF_REQUIRE_MSG(e == sizeof(msg), "send(1) AF=%d: %s", family,
71 e = send(s, msg, sizeof(msg), 0);
72 ATF_REQUIRE_MSG(e == sizeof(msg), "send(2) AF=%d: %s", family,
82 atf_tc_set_md_var(tc, "descr", "Check that inet4 udp send works both"
95 atf_tc_set_md_var(tc, "descr", "Check that inet6 udp send works both"
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dbench_cascade.c74 if (send(sock, "e", 1, 0) < 0)
75 perror("send");
119 if (send(pipes[1], "e", 1, 0) < 0)
120 perror("send");
H A Dtest-closed.c104 if (send(pair[0], test, (int)strlen(test)+1, 0) < 0)
H A Dtest-eof.c108 if (send(pair[0], test, (int)strlen(test)+1, 0) < 0)
H A Dtest-weof.c68 len = send(fd, test, (int)strlen(test) + 1, 0);
/freebsd-11-stable/contrib/bmake/mk/
H A Dhost.libnames.mk12 # Please send copies of changes and bug-fixes to:
/freebsd-11-stable/lib/libcasper/libcasper/
H A Dzygote.c129 goto send;
149 send:
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_qp.c101 wqe->send.rdmaop = T3_SEND_WITH_SE;
103 wqe->send.rdmaop = T3_SEND;
104 wqe->send.rem_stag = 0;
108 wqe->send.rdmaop = T3_SEND_WITH_SE_INV;
110 wqe->send.rdmaop = T3_SEND_WITH_INV;
111 wqe->send.rem_stag = 0;
118 wqe->send.reserved[0] = 0;
119 wqe->send.reserved[1] = 0;
120 wqe->send.reserved[2] = 0;
127 wqe->send
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.h97 const char *send; member in struct:d_info
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.h97 const char *send; member in struct:d_info
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_npevar.h120 const uint32_t send[2], uint32_t recv[2]);
/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dntlm.h132 struct ntlmv2_key send, recv; member in struct:__anon5962::__anon5963::__anon5966
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dnet_write.c85 count = send (fd, cbuf, rem, 0);
/freebsd-11-stable/tools/regression/netinet/tcpdrop/
H A Dtcpdrop.c91 len = send(accept_fd, &ch, sizeof(ch), MSG_NOSIGNAL);
96 err(-1, "tcp_server: send (1)");
100 errx(-1, "tcp_server: send (1) len");
106 len = send(accept_fd, &ch, sizeof(ch), MSG_NOSIGNAL);
109 errx(-1, "tcp_server: send (2): success");
114 err(-1, "tcp_server: send (2)");
167 len = send(sock, &ch, sizeof(ch), MSG_NOSIGNAL);
172 err(-1, "tcp_client: send (1)");
176 errx(-1, "tcp_client: send (1) len");
189 len = send(soc
[all...]
/freebsd-11-stable/tools/tools/netrate/tcpreceive/
H A Dtcpreceive.c77 len = send(s, buffer + sofar, recvlen - sofar, 0);
/freebsd-11-stable/usr.bin/mail/
H A DMakefile7 quit.c send.c strings.c temp.c tty.c util.c vars.c

Completed in 137 milliseconds

1234567891011>>