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

/freebsd-10.0-release/sbin/setkey/
H A Dscriptdump.pl23 } elsif (/^\t(esp|ah) mode=(\S+) spi=(\d+).*reqid=(\d+)/) {
24 ($proto, $ipsecmode, $spi, $reqid) = ($1, $2, $3, $4);
38 print " -u $reqid" if $reqid;
/freebsd-10.0-release/sys/dev/tws/
H A Dtws_hdm.c148 u_int16_t reqid; local
198 reqid = tws_poll4_response(sc, &mfa);
199 if ( reqid != TWS_INVALID_REQID && reqid == req->request_id ) {
211 TWS_TRACE(sc, "unexpected req_id ", reqid, 0);
212 TWS_TRACE(sc, "INITCONNECT FAILED", reqid, 0);
H A Dtws_cam.c849 u_int16_t reqid; local
886 reqid = tws_poll4_response(sc, &mfa);
889 if ( reqid == TWS_REQ_TYPE_GETSET_PARAM ) {
/freebsd-10.0-release/sys/netipsec/
H A Dkeydb.h59 u_int32_t reqid; /* reqid id who owned this SA */ member in struct:secasindex
H A Dkey.c395 (idx)->reqid = (r); \
480 #define CMP_MODE_REQID 2 /* additionally HEAD, reqid, mode. */
1500 * If range violation of reqid, kernel will
1506 "%s: reqid=%d range "
1513 /* allocate new reqid id if reqid is zero. */
1515 u_int32_t reqid; local
1516 if ((reqid = key_newreqid()) == 0) {
1521 (*p_isr)->saidx.reqid = reqid;
3667 key_setsadbxsa2(u_int8_t mode, u_int32_t seq, u_int32_t reqid) argument
4646 u_int32_t reqid; local
4967 u_int32_t reqid; local
5256 u_int32_t reqid; local
[all...]
H A Dipsec.c933 (*q)->saidx.reqid = p->saidx.reqid;
/freebsd-10.0-release/usr.sbin/ppp/
H A Dfsm.h108 u_char reqid; /* Next request id */ member in struct:fsm
H A Dfsm.c152 fp->reqid = 1;
400 fsm_Output(fp, CODE_TERMREQ, fp->reqid, NULL, 0, MB_UNKNOWN);
1080 if (lh.id != fp->reqid && codep->check_reqid &&
1083 fp->link->name, codep->name, lh.id, fp->reqid);
1090 if (codep->inc_reqid && (lh.id == fp->reqid ||
1092 fp->reqid++; /* That's the end of that ``exchange''.... */
H A Dmppe.c315 fsm_Output(&ccp->fsm, CODE_RESETREQ, ccp->fsm.reqid++, NULL, 0,
330 fsm_Output(&ccp->fsm, CODE_RESETREQ, ccp->fsm.reqid++, NULL, 0,
H A Dccp.c395 fsm_Output(fp, CODE_CONFIGREQ, fp->reqid, buff, cp - buff, MB_CCPOUT);
404 ccp->reset_sent = fp->reqid;
406 fsm_Output(fp, CODE_RESETREQ, fp->reqid, NULL, 0, MB_CCPOUT);
H A Dlcp.c487 fsm_Output(fp, CODE_CONFIGREQ, fp->reqid, buff, (u_char *)o - buff,
495 fsm_Output(&lcp->fsm, CODE_PROTOREJ, lcp->fsm.reqid, option, count,
H A Dipv6cp.c631 fsm_Output(fp, CODE_CONFIGREQ, fp->reqid, buff, (u_char *)o - buff,
H A Dipcp.c801 fsm_Output(fp, CODE_CONFIGREQ, fp->reqid, buff, (u_char *)o - buff,
/freebsd-10.0-release/lib/libipsec/
H A Dpfkey.c344 pfkey_send_getspi(so, satype, mode, src, dst, min, max, reqid, seq)
348 u_int32_t min, max, reqid, seq;
408 p = pfkey_setsadbxsa2(p, ep, mode, reqid);
473 pfkey_send_update(so, satype, mode, src, dst, spi, reqid, wsize,
479 u_int32_t spi, reqid;
488 reqid, wsize,
504 pfkey_send_add(so, satype, mode, src, dst, spi, reqid, wsize,
510 u_int32_t spi, reqid;
519 reqid, wsize,
1107 pfkey_send_x1(so, type, satype, mode, src, dst, spi, reqid, wsiz
[all...]
/freebsd-10.0-release/contrib/bsnmp/lib/
H A Dsnmpclient.c72 int reqid; member in struct:sent_pdu
1272 listentry->reqid, listentry->retrycount, snmp_client.retries);
1284 listentry->reqid = snmp_send_packet(listentry->pdu);
1313 listentry->reqid = pdu->request_id;
1477 if (listentry->reqid == resp->request_id)
1685 int32_t reqid; local
1705 if ((reqid = snmp_send_packet(&pdu)) == -1)
1717 if (reqid == resp->request_id)
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Djupiter.h51 u_char reqid; /* JUPITER_REQID_MASK bits available as id */ member in struct:jheader
/freebsd-10.0-release/contrib/bsnmp/snmpd/
H A Dsnmpmod.h550 int reqid_istype(int32_t reqid, u_int type);
551 u_int reqid_type(int32_t reqid);
H A Dmain.c2407 reqid_type(int32_t reqid) argument
2412 if (reqid >= r->base && reqid <= r->base + (r->size - 1))
2418 reqid_istype(int32_t reqid, u_int type) argument
2420 return (reqid_type(reqid) == type);
/freebsd-10.0-release/sys/dev/usb/wlan/
H A Dif_upgt.c451 stats->header2.reqid = htole32(sc->sc_memaddr_frame_start);
567 led->header2.reqid = htole32(sc->sc_memaddr_frame_start);
697 filter->header2.reqid = htole32(sc->sc_memaddr_frame_start);
1001 chan->header2.reqid = htole32(sc->sc_memaddr_frame_start);
1383 eeprom->header2.reqid = htole32(sc->sc_memaddr_frame_start);
1591 if (data_tx->addr == le32toh(desc->header2.reqid)) {
1599 le32toh(desc->header2.reqid),
2252 txdesc->header2.reqid = htole32(data->addr);
H A Dif_upgtvar.h193 uint32_t reqid; member in struct:upgt_lmac_h2
/freebsd-10.0-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1747 __be32 reqid; member in struct:fw_ri_atomic_wr

Completed in 259 milliseconds