Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 624) sorted by relevance

12345678910>>...25

/trueos/lib/libmach/mach/
HDerr_mach_ipc.sub58 /* 0 */ "(ipc/send) no error",
59 /* 1 */ "(ipc/send) send in progress",
60 /* 2 */ "(ipc/send) invalid data",
61 /* 3 */ "(ipc/send) invalid destination port",
62 /* 4 */ "(ipc/send) timed out",
63 /* 5 */ "(ipc/send) will notify",
64 /* 6 */ "(ipc/send) notify in progress",
65 /* 7 */ "(ipc/send) interrupted",
66 /* 8 */ "(ipc/send) msg too small",
67 /* 9 */ "(ipc/send) invalid reply port",
[all …]
HDerr_ipc.sub58 "(ipc/send) unknown error", /* -100 */
59 "(ipc/send) invalid memory", /* -101 */
60 "(ipc/send) invalid port", /* -102 */
61 "(ipc/send) timed out", /* -103 */
62 "(ipc/send) unused error", /* -104 */
63 "(ipc/send) will notify", /* -105 */
64 "(ipc/send) notify in progress", /* -106 */
65 "(ipc/send) kernel refused message", /* -107 */
66 "(ipc/send) send interrupted", /* -108 */
67 "(ipc/send) send message too large", /* -109 */
[all …]
/trueos/cddl/contrib/dtracetoolkit/Bin/
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
/trueos/cddl/contrib/dtracetoolkit/Proc/
HDcrash.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
/trueos/contrib/ldns/ldns/
HDnet.h.in29 * Contains functions to send and receive packets over a network.
34 * \param[in] qbin the ldns_buffer to be send
35 * \param[in] to the ip addr to send to
47 * \param[in] qbin the ldns_buffer to be send
48 * \param[in] to the ip addr to send to
58 * \param[in] qbin the ldns_buffer to be send
59 * \param[in] to the ip addr to send to
68 * \param[in] qbin the ldns_buffer to be send
69 * \param[in] qbin the ldns_buffer to be send
70 * \param[in] to the ip addr to send to
[all …]
/trueos/crypto/openssl/ssl/
HDd1_enc.c139 int dtls1_enc(SSL *s, int send) in dtls1_enc() argument
147 if (send) { in dtls1_enc()
183 printf("dtls1_enc(%d)\n", send); in dtls1_enc()
193 if ((bs != 1) && send) { in dtls1_enc()
229 if (!send) { in dtls1_enc()
247 if ((bs != 1) && !send) in dtls1_enc()
HDs2_enc.c127 int ssl2_enc(SSL *s, int send) in ssl2_enc() argument
133 if (send) { in ssl2_enc()
159 void ssl2_mac(SSL *s, unsigned char *md, int send) in ssl2_mac() argument
166 if (send) { in ssl2_mac()
HDt1_enc.c723 int tls1_enc(SSL *s, int send) in tls1_enc() argument
731 if (send) { in tls1_enc()
776 fprintf(stderr, "tls1_enc(%d)\n", send); in tls1_enc()
790 seq = send ? s->s3->write_sequence : s->s3->read_sequence; in tls1_enc()
795 s2n(send ? s->d1->w_epoch : s->d1->r_epoch, p); in tls1_enc()
816 if (send) { in tls1_enc()
820 } else if ((bs != 1) && send) { in tls1_enc()
857 if (!send) { in tls1_enc()
867 if (EVP_CIPHER_mode(enc) == EVP_CIPH_GCM_MODE && !send) { in tls1_enc()
885 if ((bs != 1) && !send) in tls1_enc()
[all …]
/trueos/sys/dev/firewire/
HDfwmem.c113 xfer->send.hdr.mode.hdr.dst = FWLOCALBUS | fwdev->dst; in fwmem_xfer_req()
115 xfer->send.spd = fwdev->speed; in fwmem_xfer_req()
117 xfer->send.spd = min(spd, fwdev->speed); in fwmem_xfer_req()
120 xfer->send.pay_len = slen; in fwmem_xfer_req()
144 fp = &xfer->send.hdr; in fwmem_read_quad()
149 xfer->send.payload = NULL; in fwmem_read_quad()
180 fp = &xfer->send.hdr; in fwmem_write_quad()
186 xfer->send.payload = xfer->recv.payload = NULL; in fwmem_write_quad()
217 fp = &xfer->send.hdr; in fwmem_read_block()
224 xfer->send.payload = NULL; in fwmem_read_block()
[all …]
HDfirewire.c215 fp = &xfer->send.hdr; in fw_asyreq()
239 if (xfer->send.pay_len > MAXREC(fc->maxrec)) { in fw_asyreq()
249 if (len != xfer->send.pay_len){ in fw_asyreq()
251 len, xfer->send.pay_len, tcode_str[tcode], tcode); in fw_asyreq()
375 fw_dump_hdr(&xfer->send.hdr, "send"); in firewire_xfer_timeout()
1063 fw_dump_hdr(&xfer->send.hdr, "send"); in fw_tl_free()
1091 if(xfer->send.hdr.mode.hdr.dst == node) { in fw_tl2xfer()
1097 req = xfer->send.hdr.mode.hdr.tcode; in fw_tl2xfer()
1141 xfer->send.pay_len = send_len; in fw_xfer_alloc_buf()
1144 xfer->send.payload = malloc(send_len, type, M_NOWAIT | M_ZERO); in fw_xfer_alloc_buf()
[all …]
/trueos/sys/compat/mach/defs/
HDmach_port.defs122 * send/send-once rights or queued messages. The make-send
149 * Releases one send/send-once/dead-name user ref.
163 * using the specified name. If inserting send/receive
164 * rights and the task already has send/receive rights
197 * and send rights can have a positive delta.
249 * A send-once right always has one user ref.
251 * A send right always has one or more user refs.
294 * Sets the make-send count for the port.
313 * must supply the send-once right which is used for
314 * the notification. If a send-once right was previously
[all …]
/trueos/crypto/openssl/crypto/jpake/
HDjpake.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);
HDjpake.c274 int JPAKE_STEP1_generate(JPAKE_STEP1 *send, JPAKE_CTX *ctx) in JPAKE_STEP1_generate() argument
277 generate_step_part(&send->p1, ctx->xa, ctx->p.g, ctx); in JPAKE_STEP1_generate()
278 generate_step_part(&send->p2, ctx->xb, ctx->p.g, ctx); in JPAKE_STEP1_generate()
339 int JPAKE_STEP2_generate(JPAKE_STEP2 *send, JPAKE_CTX *ctx) in JPAKE_STEP2_generate() argument
365 generate_step_part(send, t2, t1, ctx); in JPAKE_STEP2_generate()
451 int JPAKE_STEP3A_generate(JPAKE_STEP3A *send, JPAKE_CTX *ctx) in JPAKE_STEP3A_generate() argument
453 quickhashbn(send->hhk, ctx->key); in JPAKE_STEP3A_generate()
454 SHA1(send->hhk, sizeof send->hhk, send->hhk); in JPAKE_STEP3A_generate()
481 int JPAKE_STEP3B_generate(JPAKE_STEP3B *send, JPAKE_CTX *ctx) in JPAKE_STEP3B_generate() argument
483 quickhashbn(send->hk, ctx->key); in JPAKE_STEP3B_generate()
/trueos/sys/netinet/
HDin_kdtrace.c50 SDT_PROBE_DEFINE6_XLATE(ip, , , send,
100 SDT_PROBE_DEFINE5_XLATE(tcp, , , send,
122 SDT_PROBE_DEFINE5_XLATE(udp, , , send,
HDin_kdtrace.h45 SDT_PROBE_DECLARE(ip, , , send);
53 SDT_PROBE_DECLARE(tcp, , , send);
57 SDT_PROBE_DECLARE(udp, , , send);
/trueos/contrib/tcpdump/
HDREADME7 Please send inquiries/comments/reports to:
97 send-ack.awk
101 we just note if the packet is a "send" or an "ack".
116 the delta-time from the first send of the packet to the
117 ack. A number in parens following a send is the
118 delta-time from the first send of the packet to the
119 current send (on duplicate packets only). Duplicate
124 3.00 0.20 send . 512
126 3.20 0.00 send P 1024
128 3.80 0.40 * send . 0 (3.80) [2]
[all …]
/trueos/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_qp.c101 wqe->send.rdmaop = T3_SEND_WITH_SE; in build_rdma_send()
103 wqe->send.rdmaop = T3_SEND; in build_rdma_send()
104 wqe->send.rem_stag = 0; in build_rdma_send()
108 wqe->send.rdmaop = T3_SEND_WITH_SE_INV; in build_rdma_send()
110 wqe->send.rdmaop = T3_SEND_WITH_INV; in build_rdma_send()
111 wqe->send.rem_stag = 0; in build_rdma_send()
118 wqe->send.reserved[0] = 0; in build_rdma_send()
119 wqe->send.reserved[1] = 0; in build_rdma_send()
120 wqe->send.reserved[2] = 0; in build_rdma_send()
127 wqe->send.sgl[i].stag = in build_rdma_send()
[all …]
/trueos/sbin/dhclient/
HDdhclient.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;
/trueos/contrib/binutils/binutils/
HDrclex.c144 char *send, *fn; in cpp_line() local
203 line = strtol (s, &send, 0); in cpp_line()
204 if (*send != '\0' && ! ISSPACE (*send)) in cpp_line()
210 s = send; in cpp_line()
218 send = strchr (s, '"'); in cpp_line()
219 if (send == NULL) in cpp_line()
222 fn = xmalloc (send - s + 1); in cpp_line()
223 strncpy (fn, s, send - s); in cpp_line()
224 fn[send - s] = '\0'; in cpp_line()
/trueos/tools/regression/gaithrstress/
HDgaithrstress.c191 char waiting[3], *send, *wordfile = "/usr/share/dict/words"; in main() local
205 max_random_sleep = strtod(optarg, &send); in main()
206 if (*send != '\0') in main()
210 nworkers = strtoul(optarg, &send, 0); in main()
211 if (*send != '\0') in main()
/trueos/crypto/openssl/
HDe_os.h158 # define writesocket(s,b,n) send((s),(b),(n),0)
165 # define writesocket(s,b,n) send(s,b,n,0)
178 # define writesocket(s,b,n) send((s),(b),(n),0)
192 # define writesocket(s,b,n) send((s),(b),(n),0)
201 # define writesocket(s,b,n) send((s),(b),(n),0)
204 # define writesocket(s,b,n) send((s),(char*)(b),(n),0)
210 # define writesocket(s,b,n) send((s),(b),(n),0)
533 # define SSLeay_Write(a,b,c) send((a),(b),(c),0)
570 # define SSLeay_Write(a,b,c) send((a),(b),(c),0)
/trueos/contrib/ipfilter/iplang/
HDBNF1 line ::= iface | arp | send | defrouter | ipv4line .
8 send ::= "send" ";" | "send" "{" sendbodyopts "}" ";" .
/trueos/tools/regression/netinet/tcpdrop/
HDtcpdrop.c91 len = send(accept_fd, &ch, sizeof(ch), MSG_NOSIGNAL); in tcp_server()
106 len = send(accept_fd, &ch, sizeof(ch), MSG_NOSIGNAL); in tcp_server()
167 len = send(sock, &ch, sizeof(ch), MSG_NOSIGNAL); in tcp_client()
189 len = send(sock, &ch, sizeof(ch), MSG_NOSIGNAL); in tcp_client()
/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
HDtst.ipv4remoteudp.ksh.out3 ip:::send - yes
4 udp:::send - yes
HDtst.ipv4localudp.ksh.out3 ip:::send - yes
5 udp:::send - yes

12345678910>>...25