HomeSort by relevance Sort by last modified time
    Searched defs:send (Results 1 - 25 of 48) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
auth.h 77 int (*send)(struct XauthP *); member in struct:XauthP
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
encengine.c 99 const U8 *send = s + *slen; local
104 while (s < send) {
111 if (cend <= send) {
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/
time.t 33 # if socket is created with protocol UDP (default), it will send a newline
36 is( $sock->{sent}, "\n", 'should send \n with UDP protocol set' );
42 is( $sock->{sent}, undef, '_socket() should send nothing unless UDP protocol' );
76 'send' => 0,
85 sub send { subroutine
88 return if $fail{$class}{'send'} and $fail{$class}{'send'}--;
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/
send.c 44 send(s, msg, len, flags) function
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
Socket.pm 209 sub send { subroutine
210 @_ >= 2 && @_ <= 4 or croak 'usage: $sock->send(BUF, [FLAGS, [TO]])';
215 croak 'send: Cannot determine peer address'
219 ? send($sock, $_[1], $flags)
220 : send($sock, $_[1], $flags, $peer);
222 # remember who we send to, if it was successful
359 send
  /onnv/onnv-gate/usr/src/uts/i86xpv/boot/
boot_xconsole.c 158 evtchn_send_t send; local
188 send.port = xen_info->console.domU.evtchn;
189 (void) HYPERVISOR_event_channel_op(EVTCHNOP_send, &send);
221 evtchn_send_t send; local
241 send.port = xen_info->console.domU.evtchn;
242 (void) HYPERVISOR_event_channel_op(EVTCHNOP_send, &send);
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
coproc.c 55 char *send; member in struct:__anon484
99 if (Cotable[Cur_corec].send) {
100 fputs(Cotable[Cur_corec].send, Writefp);
171 ref = tmp.id = tmp.r_path = tmp.w_path = tmp.expect = tmp.send = NULL;
196 tmp.send = strsave(optarg);
334 FREE(Cotable[i].send);
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
PermSARegTable.java 95 // Send off the vector of registations for expired advertisements.
97 private void send(SrvLocMsg reg) { method in class:PermSARegTable
135 send((SrvLocMsg)rec[REG]); method
Transact.java 55 // Message to send.
94 * @param uniMsg A unicast message to send.
95 * @param multiMsg A multicast message to send.
210 * @param msg SrvLocMsg Message to send.
407 * @param msg The message to send.
420 // Construct the datagram packet to send.
439 ds.send(dpRequest);
645 // Send the request.
860 // Send out the message.
863 send(DatagramSocket ds, SrvLocMsg msg, InetAddress addr method in class:Transact
1175 send(ds, msg, addr); method
1220 send(ds, msg, addr); method
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
SMTP.pm 316 sub send { my $me = shift; $me->_SEND("FROM:" . _addr($me, $_[0])) } subroutine
489 sub _SEND { shift->command("SEND", @_)->response() == CMD_OK }
646 =item send ( ADDRESS )
652 Send the appropriate command to the server MAIL, SEND, SOML or SAML. C<ADDRESS>
732 Send the QUIT command to the remote SMTP server and close the socket connection.
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
numeric.c 486 Perl_grok_numeric_radix(pTHX_ const char **sp, const char *send)
492 if (*sp + len <= send && memEQ(*sp, radix, len)) {
500 if (*sp < send && **sp == '.') {
534 const char *send = pv + len; local
541 while (s < send && isSPACE(*s))
543 if (s == send) {
552 if (s == send)
565 if (++s < send) {
569 if (++s < send) {
573 if (++s < send) {
822 char* send = s + strlen(orig) - 1; local
    [all...]
doop.c 28 U8 *send; local
41 send = s + len;
45 while (s < send) {
63 while (s < send) {
68 c = utf8n_to_uvchr(s, send - s, &ulen, 0);
97 U8 *send; local
108 send = s + len;
111 while (s < send) {
116 while (s < send) {
119 c = utf8n_to_uvchr(s, send - s, &ulen, 0)
135 U8 *send; local
297 U8 *send; local
396 U8 *start = 0, *send; local
436 U8 *start, *send; local
975 char *send = s + len; local
    [all...]
utf8.c 232 U8* send; local
237 send = s + len;
239 while (x < send) {
253 if (x != send)
272 U8* send; local
277 send = s + len;
279 while (x < send) {
299 if (x != send) {
734 U8 *send; local
739 for (send = s + *len; s < send; )
779 U8 *send; local
831 U8 *send; local
913 U8* send = s + bytelen; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsocket/socket/
weaks.c 52 #pragma weak send = _send macro
  /onnv/onnv-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
evtchn.c 130 evtchn_send_t send; local
134 send.port = port;
135 (void) HYPERVISOR_event_channel_op(EVTCHNOP_send, &send);
  /onnv/onnv-gate/usr/src/lib/libresolv2/include/
port_after.h 45 #undef send macro
483 int send(int, const char *, int, int);
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
pmcs_nvram.c 54 uint8_t *sstart, *send; /* SPCBoot */ local
170 send = ddi_modsym(modhp, buf, &errno);
183 (size_t)((size_t)send - (size_t)sstart)) == B_FALSE) {
266 * Step 3- loop through firmware chunks and send each one
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/
postio.c 38 * philosophy is still the same. Don't send real data until we're certain we've
68 * be sent to the printer while files are being transmitted (ie. in send()).
157 static int quiet = FALSE; /* no status queries in send if TRUE */
170 static int currentstate = NOTCONNECTED; /* START, SEND, or DONE */
196 static void send(int, char *);
270 arguments(); /* then send each input file */
375 case 'S': /* slow and kludged up vers. of send */
464 if (blocksize > 1024) /* don't send too much all at once */
524 * to send the INTR on waiting and later changed to INTR/EOF.
528 * testing is done, do not send an INTR to a HPLJ3 in waitin
670 send(int fd_in, char *name) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/tip/
cmds.c 40 void send(char);
190 * send remote input to local process via pipe
240 * send local file to remote host
300 send(*pc);
319 send(c);
341 send(' ');
343 send(' ');
349 send(c);
363 send('\r');
366 send(*pc)
420 send(char c) function
    [all...]
  /onnv/onnv-gate/usr/src/lib/sun_fc/common/
FCHBAPort.cc 1113 int localportfound, remoteportfound, send; local
    [all...]
  /onnv/onnv-gate/usr/src/stand/lib/sock/
socket.c 52 /* Default send and receive socket buffer size */
981 send(int s, const void *msg, size_t len, int flags) function
1135 * Call directly TCP's send routine. We do this because TCP
1136 * needs to decide whether to send out the data.
  /onnv/onnv-gate/usr/src/uts/common/xen/public/
event_channel.h 142 * EVTCHNOP_send: Send an event to the remote end of the channel whose local
245 struct evtchn_send send; member in union:evtchn_op::__anon8385
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
nodes.h 157 #define send mputm macro
193 # define RSS_SEND_FAULT_MESSAGE 0x00000040 /* need to send message*/
194 # define RSS_SEND_FORM_MESSAGE 0x00000080 /* need to send form message*/
  /onnv/onnv-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
SimpleChat.java 73 JButton sendButton; // Will send text in inputField to target
140 sendButton = new JButton( "Send");
191 public void actionPerformed( ActionEvent e) // invoked when Send button is hit
197 outSocket.send( new DatagramPacket( sendData, sendData.length, buddyAddr, buddyPort));
  /onnv/onnv-gate/usr/src/cmd/ndmpd/ndmp/
ndmpd_tar.c 1404 char *tend, *send; \/* tmp and suffix end *\/ local
    [all...]

Completed in 5099 milliseconds

1 2