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

/osnet-11/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
H A DSrvLocHeader.java114 short xid = 0; // transaction id field in class:SrvLocHeader
243 getDAAdvert(short xid, argument
/osnet-11/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
H A Dlibpcp.c402 req_msg_hdr->xid = pcp_get_xid();
476 if (resp_msg_hdr->xid != req_msg_hdr->xid) {
964 hdrp->xid = htonl(req_hdr->xid);
989 uint32_t xid; local
1057 if ((ret = pcp_io_op(&xid, sizeof (xid),
1062 xid = ntohl(xid);
[all...]
/osnet-11/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
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_glob.c55 __local_abort_transaction(int xid) { argument
60 __local_endTransaction(int xid, nis_object *dirObj) { argument
H A Ddb_mindex3.cc336 int i, na, nau, nq = 0, xid = 0; local
767 o.zo_oid.mtime, &xid);
810 t->obj, nowt, &xid);
839 if (xid != 0 && na > 0 && stat == LDAP_SUCCESS)
840 ret = endTransaction(xid, dirObj);
841 else if (xid != 0)
842 ret = abort_transaction(xid);
H A Ddb_mindex2.cc449 int *xid) {
562 if (*xid == 0) {
563 *xid = beginTransaction();
564 if (*xid == 0) {
730 int xid = 0; local
963 o->zo_oid.mtime, &xid);
1003 0, nowt, &xid);
1027 if (xid != 0 && na > 0 && stat == LDAP_SUCCESS) {
1028 ret = endTransaction(xid, dirObj);
1035 } else if (xid !
447 updateTableEntry(entry_object *e, int replace, char *tableName, nis_object *obj, nis_object *tobj, uint32_t ttime, int *xid) argument
[all...]
H A Dnis_db.cc694 int xid; local
1083 int xid, st; local
1096 xid = beginTransaction();
1097 if (xid == 0) {
1108 (void) abort_transaction(xid);
1116 st = endTransaction(xid, dirObj);
/osnet-11/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 */
/osnet-11/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) {
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_utils.c269 unsigned short us, xid; local
285 xid = (unsigned short) (lrand48() % USHRT_MAX);
286 xid = xid ? xid : 1; /* 0 is for DAs only */
297 slp_set_xid(pcSendBuf, xid);
H A Dslp_net.c72 unsigned short xid; member in struct:tcp_rqst
117 * retransmission due to a large reply, 'xid' should be the same as for
126 unsigned short xid) {
164 rqst->xid = xid;
466 unsigned short xid; local
482 xid = rqst->xid;
495 if (xid)
496 slp_set_xid(header, xid);
124 slp_uc_tcp_send(slp_handle_impl_t *hp, slp_target_t *target, const char *scopes, SLPBoolean free_target, unsigned short xid) argument
1119 tcp_handoff(slp_handle_impl_t *hp, const char *scopes, struct sockaddr_in *sin, unsigned short xid) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dnic.c41 static uint32_t xid; variable
545 if (bootpreply->bp_xid != xid)
591 memcpy(&xid, &arptable[ARP_CLIENT].node[2], sizeof(xid));
592 ip.bp.bp_xid = xid += htonl(starttime);
642 if (dhcpreply->bp_xid != xid)
692 memcpy(&xid, &arptable[ARP_CLIENT].node[2], sizeof(xid));
693 ip.bp.bp_xid = xid += htonl(starttime);
/osnet-11/usr/src/lib/libbsm/common/
H A Dau_to.c1272 x_common(char data_header, int32_t xid, uid_t cuid) argument
1282 adr_int32(&adr, &xid, 1);
1295 au_to_xcolormap(int32_t xid, uid_t cuid) argument
1297 return (x_common(AUT_XCOLORMAP, xid, cuid));
1307 au_to_xcursor(int32_t xid, uid_t cuid) argument
1309 return (x_common(AUT_XCURSOR, xid, cuid));
1319 au_to_xfont(int32_t xid, uid_t cuid) argument
1321 return (x_common(AUT_XFONT, xid, cuid));
1331 au_to_xgc(int32_t xid, uid_t cuid) argument
1333 return (x_common(AUT_XGC, xid, cui
1343 au_to_xpixmap(int32_t xid, uid_t cuid) argument
1355 au_to_xwindow(int32_t xid, uid_t cuid) argument
1367 au_to_xproperty(int32_t xid, uid_t cuid, char *propname) argument
[all...]
/osnet-11/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c65 uint32_t xid; member in struct:_retrans_entry
928 * have a matching xid or the cach is empty.
933 (client_data->retrans_data->xid == msg->rm_xid)) {
1660 * Add retransmit entry to the context cache entry for a new xid.
1663 static void retrans_add(client, xid, result)
1665 uint32_t xid;
1670 if (client->retrans_data && client->retrans_data->xid == xid)
1677 rdata->xid = xid;
[all...]

Completed in 68 milliseconds