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

123

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dport-sockets.h29 #define SOCKET_WRITE(fd, b, l) (send(fd, b, l, 0))
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dethernet.c79 return inf->card->driver->send (inf->card, nb);
/osnet-11/usr/src/lib/libstmfproxy/common/
H A Dstmftransport.c71 return (send(sh->sockfd, buf, len, 0));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c2383 U8 *send; local
2388 send = tmps + len;
2389 while (tmps < send) {
2390 UV c = utf8n_to_uvchr(tmps, send-tmps, &l, UTF8_ALLOW_ANYUV);
2403 while (tmps < send) {
2404 UV c = utf8n_to_uvchr(tmps, send-tmps, &l, UTF8_ALLOW_ANYUV);
2415 while (tmps < send) {
3473 U8 *send; local
3489 send = s + len;
3490 while (s < send) {
3512 register U8 *send = s + len; local
3542 U8 *send; local
3599 register U8 *send = s + len; local
4354 U8* send = (U8*)(s + len); local
[all...]
H A Dtoke.c907 register char *send; local
918 send = s + len;
919 while (s < send && *s != '\\')
921 if (s == send)
929 while (s < send) {
931 if (s + 1 < send && (s[1] == '\\'))
1218 register char *send = PL_bufend; /* end of the constant */ local
1219 SV *sv = NEWSV(93, send - start); /* sv for the constant */
1240 while (s < send || dorange) {
1300 else if (*s == '-' && s+1 < send
1771 char *send = strchr(s,']'); local
6188 S_scan_ident(pTHX_ register char *s, register char *send, char *dest, STRLEN destlen, I32 ck_uni) argument
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.c122 ((tavor_hw_uar_t *)ia_uar)->send = HTOBE_64( \
133 * rings the send doorbell
150 ((tavor_hw_uar_t *)ia_uar)->send = HTOBE_64(doorbell);
158 ((tavor_hw_uar32_t *)ia_uar)->send[0] =
160 ((tavor_hw_uar32_t *)ia_uar)->send[1] =
165 &((tavor_hw_uar_t *)ia_uar)->send);
248 * dapls_ib_max_request_iov(), aka, max send sgl size.
249 * The send queue's scatter/gather list is used for "inline" data.
251 * By default, compute reasonable send queue size based on #iovs, #wqes,
254 * is to increase the memory for the send queu
[all...]
H A Ddapl_tavor_hw.h69 * send or receive work request.
230 * of WQEs) to the send queue.
303 uint64_t send; /* tavor_hw_uar_send_t */ member in struct:tavor_hw_uar_s
313 uint32_t send[2]; /* tavor_hw_uar_send_t */ member in struct:tavor_hw_uar32_s
H A Ddapl_arbel_hw.c141 * rings the send doorbell
163 ((tavor_hw_uar_t *)ia_uar)->send = HTOBE_64(doorbell);
171 ((tavor_hw_uar32_t *)ia_uar)->send[0] =
173 ((tavor_hw_uar32_t *)ia_uar)->send[1] =
178 &((tavor_hw_uar_t *)ia_uar)->send);
413 * A send queue doorbell will be rung for the next
417 * in the send queue doorbell.
1454 * 'TAVOR_COMPLETION_RECV' type. So any send completions on
H A Ddapl_hermon_hw.c139 * Takes the specified qp number and rings the send doorbell.
150 ((tavor_hw_uar_t *)ia_uar)->send = HTOBE_64(doorbell);
158 ((tavor_hw_uar32_t *)ia_uar)->send[0] =
160 ((tavor_hw_uar32_t *)ia_uar)->send[1] =
165 &((tavor_hw_uar_t *)ia_uar)->send);
1503 * 'TAVOR_COMPLETION_RECV' type. So any send completions on
/osnet-11/usr/src/lib/libldap4/ber/
H A Dio.c94 #define BerWrite( s, b, l ) send( s->sb_sd, b, (int) l, 0 )
108 #define BerWrite( s, b, l ) send( s->sb_sd, b, l, 0 )
116 #define BerWrite( s, b, l ) send( s->sb_sd, b, l, 0 )
/osnet-11/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc1110 int localportfound, remoteportfound, send; local
1134 send = 1;
1137 send = 0;
1147 send = 1;
1150 send = 1;
1153 if (!send) {
/osnet-11/usr/src/lib/libresolv2/include/
H A Dport_after.h43 #undef send macro
481 int send(int, const char *, int, int);
/osnet-11/usr/src/lib/libsocket/common/
H A Dllib-lsocket91 ssize_t send(int s, const void *msg, size_t len, int flags);
/osnet-11/usr/src/lib/libsocket/socket/
H A Dweaks.c49 #pragma weak send = _send macro
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/ieee1275/
H A Dofnet.c72 return grub_error (GRUB_ERR_IO, "Couldn't send network packet.");
112 .send = send_card_buffer,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeops.t283 send send
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t139 getsockopt, listen, recv, send, setsockopt, shutdown,
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dhelp2man50 -o, --output=FILE send output to `FILE'
/osnet-11/usr/src/lib/libresolv/
H A Dres_send.c364 if (send(s, buf, buflen, 0) != buflen) {
367 perror("send");
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSimpleChat.java73 JButton sendButton; // Will send text in inputField to target
197 outSocket.send( new DatagramPacket( sendData, sendData.length, buddyAddr, buddyPort));
/osnet-11/usr/src/lib/libecp/common/
H A Decp_impl.c331 ret = send(ecp_instp->ecp_sockfd, (void *)ecp_hdrp, len, 0);
335 logerr("ecp send error %s \n", strerror(errno));
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/efi/
H A Definet.c58 return grub_error (GRUB_ERR_IO, "couldn't send network packet");
64 return grub_error (GRUB_ERR_IO, "couldn't send network packet");
68 return grub_error (GRUB_ERR_TIMEOUT, "couldn't send network packet");
172 .send = send_card_buffer,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.xs553 U8 *send = s + len;
557 while (s < send) {
/osnet-11/usr/src/tools/onbld/Checks/
H A DDbLookups.py383 sock.send(command)
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dunistd.in.h130 # undef send
131 # define send send_used_without_including_sys_socket_h
159 _GL_WARN_ON_USE (send,
160 "send() used without including <sys/socket.h>");

Completed in 173 milliseconds

123