Searched refs:incoming (Results 1 - 8 of 8) sorted by relevance
| /illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | Listener.java | 93 // 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 D | UARequester.java | 573 // 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 D | Transact.java | 878 // Add incoming result to the vector. 1187 byte [] incoming = new byte[mtu]; 1189 new DatagramPacket(incoming, incoming.length);
|
| H A D | AttributeVerifier.java | 493 // Construct a hashtable of incoming objects, verifying them 497 Hashtable incoming = new Hashtable(); 506 if (incoming.get(id) != null) { 517 incoming.put(id, attribute); 530 incoming.get(attrId.toLowerCase()) == null) {
|
| /illumos-gate/usr/src/boot/include/netinet/ |
| H A D | ip_var.h | 279 IPFW_INFO_IN = 0x80000000, /* incoming, overloads dir */ 297 extern void (*ip_divert_ptr)(struct mbuf *m, int incoming);
|
| /illumos-gate/usr/src/uts/sun4u/ml/ |
| H A D | mach_interrupt.s | 233 ! %g2 Word 0 of the incoming mondo vector. 260 ! occurred if the first word of the incoming interrupt
|
| /illumos-gate/usr/src/tools/scripts/ |
| H A D | nightly.sh | 1595 staffer hg --cwd $CODEMGR_WS incoming --bundle $HG_SOURCE \ 1599 # If there are no incoming changesets, then incoming will 1602 # negatives. (Unlike incoming, pull will return success
|
| /illumos-gate/usr/src/uts/intel/ia32/ml/ |
| H A D | modstubs.s | 179 * save incoming register arguments 198 * copy MAXNARG == 10 incoming arguments 337 / copy incoming arguments
|
Completed in 501 milliseconds