Searched defs:xid (Results 1 - 25 of 67) sorted by relevance

123

/illumos-gate/usr/src/boot/lib/libstand/
H A Diodesc.h47 u_long xid; /* transaction identification */ member in struct:iodesc
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSDAAdvert.java50 short xid,
69 this.hdr.xid = xid;
49 SDAAdvert(SrvLocHeader hdr, short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
H A DSLPV1SDAAdvert.java51 short xid,
58 super(hdr, xid, timestamp, url, scopes, attrs);
50 SLPV1SDAAdvert(SrvLocHeader hdr, short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
H A DSSAAdvert.java53 short xid,
69 hdr.xid = xid;
52 SSAAdvert(int version, short xid, Locale locale, ServiceURL url, Vector scopes, Vector attrs) argument
H A DSLPServerHeaderV2.java299 " xid=``0x" + Integer.toHexString(xid) + "''\n" +
346 getDAAdvert(short xid, argument
361 return new SDAAdvert(this, xid, timestamp, url, scopes, attrs);
H A DSLPV1Manager.java68 * The SLPV1Advertiser implements the SLPv1 DAAdvert xid incrementing
69 * algorithm. In SLPv1, the xid of an unsolicited DAAdvert is only
71 * it sets the counter to 0x100. Also, when the xid counter wraps,
77 // For implementing the V1 xid algorithm.
79 private short xid = 0; field in class:SLPV1Manager.SLPV1Advertiser
115 // Initialize the xid for passive advertising. We need to determine
124 // Initialize the xid.
131 xid = STATEFUL_XID;
142 // the advert, rolling over the xid if necessary for the next one.
156 xid,
[all...]
H A DSLPHeaderV1.java163 xid = (short)getInt(dis);
341 putInt(xid, baos);
487 " xid=``0x" + Integer.toHexString(xid) + "''\n" +
832 getDAAdvert(short xid, argument
847 return new SLPV1SDAAdvert(this, xid, timestamp, url, scopes, attrs);
H A DServiceTable.java1347 short xid = hdr.xid;
1388 return makeDAAdvert(hdr, daAddr, xid, scopes, conf);
1403 short xid,
1441 hdr.getDAAdvert(xid,
1461 short xid = hdr.xid;
1551 xid,
1401 makeDAAdvert(SrvLocHeader hdr, InetAddress daAddr, short xid, Vector scopes, SLPConfig config) argument
H A DSLPHeaderV2.java194 xid = (short)getInt(dis);
305 this.xid = getUniqueXID(); // client can change it later if they want.
470 putInt(xid, baos); // write xid.
1157 getDAAdvert(short xid, argument
/illumos-gate/usr/src/lib/libpcp/common/
H A Dpcp_common.h52 uint32_t xid; /* transaction id */ member in struct:pcp_req_msg_hdr
70 uint32_t xid; /* transaction id */ member in struct:pcp_resp_msg_hdr
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_resolv_common.h73 unsigned long xid; member in struct:ypfwdreq_key4
81 unsigned long xid; member in struct:ypfwdreq_key6
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_solarnet.c76 int xid,
153 check_retransmit(line, xid);
73 interpret_solarnet_fw( int flags, int type, int xid, int vers, int proc, char *data, int len) argument
H A Dsnoop_rpcsec.c81 print_rpcsec_gss_cred(int xid, int authlen) argument
126 x = find_xid(xid);
141 rpcsec_gss_pre_proto(int type, int flags, int xid, argument
147 if (! (x = find_xid(xid)))
212 rpcsec_gss_post_proto(int flags, int xid) argument
218 if (! (x = find_xid(xid)))
255 rpcsec_gss_control_proc(int type, int flags, int xid) argument
261 if (! (x = find_xid(xid)))
291 * put service and control type in the xid cache.
294 extract_rpcsec_gss_cred_info(int xid) argument
[all...]
H A Dslp.h49 unsigned short xid; member in struct:slpv1_hdr
59 unsigned short xid; member in struct:slpv2_hdr
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dtxn_auto.h33 DBT xid; member in struct:_txn_xa_regop_args
H A Dtxn.h60 DB_XID xid; /* XA global transaction id */ member in struct:__txn_detail
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dserver.c106 combined_pdu->xid != pdu->xid ||
335 static uint16_t xid = 0; variable
344 tmp = ++ xid;
/illumos-gate/usr/src/uts/common/rpc/
H A Dmt_rpcinit.c142 uint32_t xid; local
157 xid = clnt_xid++;
160 * Don't return a zero xid. This could happen if the initialization
163 if (xid == 0)
164 xid = clnt_xid++;
167 return (xid);
H A Drdma_subr.c395 rdma_clnt_postrecv(CONN *conn, uint32_t xid) argument
408 retval = RDMA_CLNT_RECVBUF(conn, cl, xid);
415 rdma_clnt_postrecv_remove(CONN *conn, uint32_t xid) argument
417 return (RDMA_CLNT_RECVBUF_REMOVE(conn, xid));
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_glob.c56 __local_abort_transaction(int xid) { argument
61 __local_endTransaction(int xid, nis_object *dirObj) { argument
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_door.c185 uint32_t xid; local
208 xid = atomic_inc_uint_nv((uint32_t *)cu->cu_header);
211 *(uint32_t *)params.data_ptr = xid;
234 if (*(uint32_t *)params.rbuf != xid) {
362 * use the knowledge that xid is the
364 * This will get the xid of the PREVIOUS call
371 /* This will set the xid of the NEXT call */
/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c457 DBT xid; local
466 memset(&xid, 0, sizeof(xid));
467 xid.data = td->xid;
470 * a valid size in the xid.size fiels. XA requires that the transaction
475 xid.size =
477 0 : sizeof(td->xid);
481 &xid, td->format, td->gtrid, td->bqual, &td->begin_lsn)) != 0) {
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drequest.c981 uint_t xid; local
1004 xid = pkt_get_xid(plp->pkt, isv6);
1006 for (dsmp = lookup_smach_by_xid(xid, NULL, isv6); dsmp != NULL;
1007 dsmp = lookup_smach_by_xid(xid, dsmp, isv6)) {
1103 uint_t xid; local
1123 xid = pkt_get_xid(plp->pkt, B_FALSE);
1124 for (dsmp = lookup_smach_by_xid(xid, NULL, B_FALSE); dsmp != NULL;
1125 dsmp = lookup_smach_by_xid(xid, dsmp, B_FALSE)) {
1150 dhcpmsg(MSG_VERBOSE, "dhcp_packet_lif: ignored %s packet xid "
1151 "%x received via LIF %s; %s", pname, xid, li
[all...]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c164 rpc_hdr(XDR *xdrs, uint_t xid, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc) argument
169 call_msg.rm_xid = xid;
213 static uint_t xid; /* current xid */ local
278 /* generate xid - increment */
279 if (xid == 0)
280 xid = (uint_t)(prom_gettime() / 1000) + 1;
282 xid++;
288 if (rpc_hdr(&xmit_xdrs, xid, prog, vers, proc) != TRUE) {
344 * be the xid
[all...]
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_utils.c272 unsigned short us, xid; local
288 xid = (unsigned short) (lrand48() % USHRT_MAX);
289 xid = xid ? xid : 1; /* 0 is for DAs only */
300 slp_set_xid(pcSendBuf, xid);

Completed in 109 milliseconds

123