Searched refs:reqid (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.c85 pdu->reqid = snmp_get_reqid();
179 * and if the reqid of the incoming packet does not match the reqid
185 snmp_parse_reply(int reqid, uchar_t *reply_pkt, size_t reply_pktsz) argument
233 if ((p = snmp_parse_pdu(reqid, p, &msgsz, reply_pdu)) == NULL) {
419 if ((p = asn_build_int(p, bufsz_p, id, pdu->reqid)) == NULL)
553 snmp_parse_pdu(int reqid, uchar_t *msg, size_t *msgsz_p, snmp_pdu_t *reply_pdu) argument
572 if ((p = asn_parse_int(p, msgsz_p, &reply_pdu->reqid)) == NULL)
574 if (reply_pdu->reqid != reqid)
[all...]
H A Dpdu.h63 int reqid; member in struct:snmp_pdu
H A Dsnmplib.c906 reply_pdu = snmp_parse_reply(pdu->reqid, pdu->reply_pkt,
972 reply_pdu = snmp_parse_reply(pdu->reqid, pdu->reply_pkt,
1025 reply_pdu = snmp_parse_reply(pdu->reqid, pdu->reply_pkt,
H A Ddebug.c328 SNMP_DPDU_INDENT, ' ', SNMP_DTEXT_PREFIX, pdu->reqid);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dfsm.h72 u_char reqid; /* Current request id */ member in struct:fsm
H A Dfsm.c258 fsm_sdata(f, CODE_TERMREQ, f->reqid = ++f->id,
294 fsm_sdata(f, CODE_TERMREQ, f->reqid = ++f->id,
499 if (id != f->reqid || f->seen_ack) /* Expected id? */
559 if (id != f->reqid || f->seen_ack) /* Expected id? */
744 fsm_sdata(f, CODE_TERMREQ, f->reqid = ++f->id,
799 fsm_sdata(f, CODE_TERMREQ, f->reqid = ++f->id,
833 f->reqid = ++f->id;
856 fsm_sdata(f, CODE_CONFREQ, f->reqid, outp, cilen);
H A Dccp.c454 if ((ccp_localstate[f->unit] & RACK_PENDING) && id == f->reqid) {
1477 fsm_sdata(f, CCP_RESETREQ, f->reqid = ++f->id, NULL, 0);
1508 fsm_sdata(f, CCP_RESETREQ, f->reqid, NULL, 0);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c388 ldapmemcacheReqId reqid; local
390 reqid.ldmemcrid_ld = ld;
391 reqid.ldmemcrid_msgid = -1;
392 htable_misc(c->ldmemc_resTmp, (void*)&reqid, (void*)c);
1024 ldapmemcacheReqId reqid;
1029 reqid.ldmemcrid_msgid = msgid;
1030 reqid.ldmemcrid_ld = ld;
1033 (void*)&key, (void*)&reqid, (void*)basedn);
1040 ldapmemcacheReqId reqid;
1045 reqid
[all...]
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dsnmp.c50 snmp_response_cb(int operation, struct snmp_session *sp, int reqid, argument
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_utils.c1080 * *reqid : pointer to the new request id returned
1085 ibcm_alloc_reqid(ibcm_hca_info_t *hcap, uint32_t *reqid) argument
1088 *reqid = (uint32_t)(uintptr_t)vmem_alloc(hcap->hca_reqid_arena, 1,
1091 IBTF_DPRINTF_L4(cmlog, "ibcm_alloc_reqid: hcap 0x%p reqid %x", hcap,
1092 *reqid);
1093 if (!(*reqid)) {
1107 * reqid : Request id to be free'd
1112 ibcm_free_reqid(ibcm_hca_info_t *hcap, uint32_t reqid) argument
1114 IBTF_DPRINTF_L4(cmlog, "ibcm_free_reqid: hcap 0x%p reqid %x", hcap,
1115 reqid);
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h75 * o reqid allocation scheme
76 * The list is a sorted one (as reqid's are allocated sequentially).
78 * a reqid from the head of the list.
1881 ibcm_status_t ibcm_alloc_reqid(ibcm_hca_info_t *hcap, uint32_t *reqid);
1882 void ibcm_free_reqid(ibcm_hca_info_t *hcap, uint32_t reqid);
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslrec.c2477 crypto_req_id_t reqid; local
2497 reqid = ssl->job.kjob;
2499 crypto_cancel_req(reqid);
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h1587 __be32 reqid; member in struct:fw_ri_atomic_wr

Completed in 184 milliseconds