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

1234567891011

/freebsd-9.3-release/sys/modules/send/
H A DMakefile4 KMOD= send
5 SRCS= send.c opt_kdtrace.h
/freebsd-9.3-release/usr.bin/send-pr/
H A DMakefile3 SCRIPTS= send-pr.sh
/freebsd-9.3-release/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-9.3-release/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-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dsigdist.d52 proc:::signal-send
H A Dcrash.d65 proc:::signal-send
102 proc:::signal-send
112 proc:::signal-send
122 proc:::signal-send /self->crash && self->ptr != 0/
128 proc:::signal-send /self->crash && self->ptr != 0/
134 proc:::signal-send /self->crash && self->ptr != 0/
140 proc:::signal-send /self->crash && self->ptr != 0/
146 proc:::signal-send /self->crash && self->ptr != 0/
152 proc:::signal-send /self->crash && self->ptr != 0/
162 proc:::signal-send
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Proc/
H A Dsigdist.d52 proc:::signal-send
H A Dcrash.d65 proc:::signal-send
102 proc:::signal-send
112 proc:::signal-send
122 proc:::signal-send /self->crash && self->ptr != 0/
128 proc:::signal-send /self->crash && self->ptr != 0/
134 proc:::signal-send /self->crash && self->ptr != 0/
140 proc:::signal-send /self->crash && self->ptr != 0/
146 proc:::signal-send /self->crash && self->ptr != 0/
152 proc:::signal-send /self->crash && self->ptr != 0/
162 proc:::signal-send
[all...]
/freebsd-9.3-release/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)
84 ip:::send
91 tcp:::send
113 printf("ip:::send - %s\n", ipsend >= 5 ? "yes" : "no");
115 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)
87 ip:::send
94 tcp:::send
116 printf("ip:::send - %s\n", ipsend >= 3 ? "yes" : "no");
118 printf("tcp:::send - %s\n", tcpsend >= 3 ? "yes" : "no");
/freebsd-9.3-release/contrib/telnet/libtelnet/
H A Dauth.h70 int (*send)(struct XauthP *); member in struct:XauthP
/freebsd-9.3-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.h71 int (*send) (struct XauthP *); member in struct:XauthP
/freebsd-9.3-release/lib/libc/net/
H A Dsend.c31 static char sccsid[] = "@(#)send.c 8.2 (Berkeley) 2/21/94";
44 send(s, msg, len, flags) function
/freebsd-9.3-release/etc/mail/
H A Dmailer.conf6 send-mail /usr/libexec/sendmail/sendmail
/freebsd-9.3-release/sys/xen/
H A Devtchn.h63 struct evtchn_send send = { .port = port }; local
64 (void)HYPERVISOR_event_channel_op(EVTCHNOP_send, &send);
/freebsd-9.3-release/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-9.3-release/crypto/openssl/ssl/
H A Dd1_enc.c139 int dtls1_enc(SSL *s, int send) argument
147 if (send) {
183 printf("dtls1_enc(%d)\n", send);
193 if ((bs != 1) && send) {
229 if (!send) {
246 if ((bs != 1) && !send)
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dnet_write.c58 count = send (fd, cbuf, rem, 0);
/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dhpux.c40 if (send(fd, pkt, len, 0) == -1)
42 perror("send");
96 if (send(fd, pkt, len, 0) == -1)
98 perror("send");
/freebsd-9.3-release/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-9.3-release/sys/dev/firewire/
H A Dfwmem.c113 xfer->send.hdr.mode.hdr.dst = FWLOCALBUS | fwdev->dst;
115 xfer->send.spd = fwdev->speed;
117 xfer->send.spd = min(spd, fwdev->speed);
120 xfer->send.pay_len = slen;
144 fp = &xfer->send.hdr;
149 xfer->send.payload = NULL;
180 fp = &xfer->send.hdr;
186 xfer->send.payload = xfer->recv.payload = NULL;
217 fp = &xfer->send.hdr;
224 xfer->send
[all...]
/freebsd-9.3-release/contrib/ipfilter/iplang/
H A Diplang.h18 typedef struct send { struct

Completed in 153 milliseconds

1234567891011