Searched refs:send (Results 1 - 25 of 335) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/modules/send/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/send/Makefile 319182 2017-05-30 04:11:12Z ngie $
4 KMOD= send
5 SRCS= send.c
/freebsd-11-stable/usr.bin/send-pr/
H A DMakefile3 SCRIPTS= send-pr.sh
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.d31 proc:::signal-send
H A Dtst.signal.ksh29 # This script tests that the proc:::signal-send and proc:::signal-handle
38 proc:::signal-send
/freebsd-11-stable/sys/netinet/
H A Din_kdtrace.c48 SDT_PROBE_DEFINE6_XLATE(ip, , , send,
98 SDT_PROBE_DEFINE5_XLATE(tcp, , , send,
150 SDT_PROBE_DEFINE5_XLATE(udp, , , send,
H A Din_kdtrace.h53 SDT_PROBE_DECLARE(ip, , , send);
61 SDT_PROBE_DECLARE(tcp, , , send);
71 SDT_PROBE_DECLARE(udp, , , send);
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.conf3 send host-name "andare.fugue.com";
4 send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
5 send dhcp-lease-time 3600;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localudp.ksh28 # Test ip:::{send,receive} of IPv4 UDP to a local address.
36 # 4. An unlikely race causes the unlocked global send/receive
42 # 1 x ip:::send (UDP sent to ping's base UDP port)
43 # 1 x udp:::send (UDP sent to ping's base UDP port)
66 ip:::send
73 udp:::send
89 printf("ip:::send - %s\n", ipsend >= 1 ? "yes" : "no");
91 printf("udp:::send - %s\n", udpsend >= 1 ? "yes" : "no");
H A Dtst.ipv4remoteudp.ksh28 # Test {udp,ip}:::{send,receive} of IPv4 UDP to a remote host.
36 # 4. An unlikely race causes the unlocked global send/receive
42 # 1 x ip:::send (UDP sent to ping's base UDP port)
43 # 1 x udp:::send (UDP sent to ping's base UDP port)
69 ip:::send
76 udp:::send
85 printf("ip:::send - %s\n", ipsend >= 1 ? "yes" : "no");
86 printf("udp:::send - %s\n", udpsend >= 1 ? "yes" : "no");
H A Dtst.ipv4localtcp.ksh28 # Test {ip,tcp}:::{send,receive} of IPv4 TCP to local host.
36 # 4. An unlikely race causes the unlocked global send/receive
42 # 3 x ip:::send (2 during the TCP handshake, then a FIN)
43 # 3 x tcp:::send (2 during the TCP handshake, then a FIN)
98 ip:::send
105 tcp:::send
127 printf("ip:::send - %s\n", ipsend >= 5 ? "yes" : "no");
129 printf("tcp:::send - %s\n", tcpsend >= 5 ? "yes" : "no");
H A Dtst.ipv4remotetcp.ksh28 # Test {tcp,ip}:::{send,receive} of IPv4 TCP to a remote host.
36 # 4. An unlikely race causes the unlocked global send/receive
42 # 3 x ip:::send (2 during the TCP handshake, then a FIN)
43 # 3 x tcp:::send (2 during the TCP handshake, then a FIN)
88 ip:::send
95 tcp:::send
117 printf("ip:::send - %s\n", ipsend >= 3 ? "yes" : "no");
119 printf("tcp:::send - %s\n", tcpsend >= 3 ? "yes" : "no");
H A Dtst.ipv4localicmp.ksh30 # Test ip:::{send,receive} of IPv4 ICMP to a local address.
50 ip:::send
54 printf("2 ip:::send (");
H A Dtst.ipv4remoteicmp.ksh30 # Test ip:::{send,receive} of IPv4 ICMP to a remote host.
60 ip:::send
64 printf("1 ip:::send (");
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.h71 int (*send) (struct XauthP *); member in struct:XauthP
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dauth.h66 int (*send)(struct XauthP *); member in struct:XauthP
/freebsd-11-stable/sys/dev/sume/
H A Dif_sume.c307 * SUME_RIFFA_CHAN_STATE_READ: waiting for interrupt bit 4 (for SUME to send
328 struct riffa_chnl_dir *send, *recv; local
344 send = adapter->send[ch];
352 "0x%08x\n", ch, send->state, vect);
353 switch (send->state) {
359 "interrupt in send+3 state %u: "
360 "vect = 0x%08x\n", ch, send->state,
362 send->recovery = 1;
365 send
702 struct riffa_chnl_dir *send = adapter->send[SUME_RIFFA_CHANNEL_REG]; local
744 struct riffa_chnl_dir *send = adapter->send[SUME_RIFFA_CHANNEL_REG]; local
811 struct riffa_chnl_dir *send = adapter->send[SUME_RIFFA_CHANNEL_REG]; local
1014 struct riffa_chnl_dir *send = adapter->send[SUME_RIFFA_CHANNEL_DATA]; local
[all...]
/freebsd-11-stable/lib/libc/net/
H A Dsend.c31 static char sccsid[] = "@(#)send.c 8.2 (Berkeley) 2/21/94";
43 send(int s, const void *msg, size_t len, int flags) function
46 * POSIX says send() shall be a cancellation point, so call the
/freebsd-11-stable/crypto/openssl/crypto/jpake/
H A Djpake.h64 int JPAKE_STEP1_generate(JPAKE_STEP1 *send, JPAKE_CTX *ctx);
73 int JPAKE_STEP2_generate(JPAKE_STEP2 *send, JPAKE_CTX *ctx);
83 int JPAKE_STEP3A_generate(JPAKE_STEP3A *send, JPAKE_CTX *ctx);
88 int JPAKE_STEP3B_generate(JPAKE_STEP3B *send, JPAKE_CTX *ctx);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dnetwork.c133 n = send(net, (char *)netoring.consume, n, 0); /* normal write */
138 * To make ourselves compatible, we only send ONE byte
143 n = send(net, (char *)netoring.consume, 1, MSG_OOB);/* URGENT data */
163 * If we sent all, and more to send, then recurse to pick
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dnet_write.c82 count = send (sock, cbuf, rem, 0);
93 count = send (sock, cbuf, rem, 0);
/freebsd-11-stable/sys/dev/firewire/
H A Dfwmem.c103 xfer->send.hdr.mode.hdr.dst = FWLOCALBUS | fwdev->dst;
105 xfer->send.spd = fwdev->speed;
107 xfer->send.spd = min(spd, fwdev->speed);
110 xfer->send.pay_len = slen;
134 fp = &xfer->send.hdr;
139 xfer->send.payload = NULL;
170 fp = &xfer->send.hdr;
176 xfer->send.payload = xfer->recv.payload = NULL;
207 fp = &xfer->send.hdr;
214 xfer->send
[all...]
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dqp.c168 wqe->send.sendop_pkd = htobe32(
171 wqe->send.sendop_pkd = htobe32(
173 wqe->send.stag_inv = 0;
174 wqe->send.r3 = 0;
175 wqe->send.r4 = 0;
180 ret = build_immd(sq, wqe->send.u.immd_src, wr,
184 size = sizeof wqe->send + sizeof(struct fw_ri_immd) +
187 ret = build_isgl(wqe->send.u.isgl_src,
191 size = sizeof wqe->send + sizeof(struct fw_ri_isgl) +
195 wqe->send
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds2_enc.c127 int ssl2_enc(SSL *s, int send) argument
133 if (send) {
159 void ssl2_mac(SSL *s, unsigned char *md, int send) argument
166 if (send) {
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang.h18 typedef struct send { struct
/freebsd-11-stable/contrib/bmake/mk/
H A Dlibnames.mk12 # Please send copies of changes and bug-fixes to:

Completed in 746 milliseconds

1234567891011>>