Searched refs:incoming (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DListener.java93 // Start thread to listen for incoming datagram request.
210 // Listen on multicast for incoming requests, spawn a RequestHandler
232 DatagramPacket incoming = new DatagramPacket(inbuf, pktsize);
237 dss.receive(incoming);
241 new Object[] {incoming.getAddress(),
246 new RequestHandler(incoming, interfac, config);
H A DUARequester.java573 // Process the incoming vector, adding any unique returns.
575 private static void addUnique(Vector incoming, Vector returns, int max) { argument
577 int i, n = incoming.size();
580 Object o = incoming.elementAt(i);
H A DTransact.java878 // Add incoming result to the vector.
1187 byte [] incoming = new byte[mtu];
1189 new DatagramPacket(incoming, incoming.length);
H A DAttributeVerifier.java491 // Construct a hashtable of incoming objects, verifying them
495 Hashtable incoming = new Hashtable();
504 if (incoming.get(id) != null) {
515 incoming.put(id, attribute);
528 incoming.get(attrId.toLowerCase()) == null) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DFast.pm114 loop waiting for incoming connections, processing the request, and
184 script to which bind an listen for incoming connections from the web server.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm163 accept Socket accept an incoming socket connect
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl612 # Untaint the incoming eval() argument.
4304 We take the incoming subroutine name and fully-qualify it as best we can.
5208 If this is a C<require>'d file, the incoming parameter is the glob
5211 If it's a subroutine, the incoming parameter is the subroutine name.
5269 The incoming filehandle is selected for output (C<dumpvar.pl> is printing to
7814 # $line is the incoming line typed by the user.
7815 # $start is the start of the text to be completed in the incoming line.
H A DCGI.pm5126 bit checksum of the incoming HTTP headers.

Completed in 75 milliseconds