Home
last modified time | relevance | path

Searched refs:reqid (Results 1 – 25 of 25) sorted by relevance

/freebsd/sys/net/
H A Dif_ipsec.c91 uint32_t reqid; member
476 sav->sah->saidx.reqid != saidx->reqid) in ipsec_if_input()
531 uint32_t reqid; in ipsec_ioctl() local
759 reqid = sc->reqid; in ipsec_ioctl()
874 isr->saidx.reqid = reqid; in ipsec_newpolicies()
916 if (sc->reqid == reqid) in ipsec_check_reqid()
932 uint32_t reqid; in ipsec_init_reqid() local
947 sc->reqid = reqid; in ipsec_init_reqid()
965 if (sc->reqid == reqid && reqid != 0) in ipsec_set_reqid()
976 sc->reqid = reqid; in ipsec_set_reqid()
[all …]
/freebsd/sbin/setkey/
H A Dscriptdump.pl22 } elsif (/^\t(esp|ah) mode=(\S+) spi=(\d+).*reqid=(\d+)/) {
23 ($proto, $ipsecmode, $spi, $reqid) = ($1, $2, $3, $4);
37 print " -u $reqid" if $reqid;
/freebsd/sbin/ifconfig/
H A Difipsec.c53 uint32_t reqid; in ipsec_status() local
54 struct ifreq ifr = { .ifr_data = (caddr_t)&reqid }; in ipsec_status()
58 printf("\treqid: %u\n", reqid); in ipsec_status()
/freebsd/sys/dev/tws/
H A Dtws_hdm.c145 u_int16_t reqid; in tws_init_connect() local
195 reqid = tws_poll4_response(sc, &mfa); in tws_init_connect()
196 if ( reqid != TWS_INVALID_REQID && reqid == req->request_id ) { in tws_init_connect()
208 TWS_TRACE(sc, "unexpected req_id ", reqid, 0); in tws_init_connect()
209 TWS_TRACE(sc, "INITCONNECT FAILED", reqid, 0); in tws_init_connect()
H A Dtws_cam.c826 u_int16_t reqid; in tws_get_param() local
862 reqid = tws_poll4_response(sc, &mfa); in tws_get_param()
865 if ( reqid == TWS_REQ_TYPE_GETSET_PARAM ) { in tws_get_param()
/freebsd/lib/libipsec/
H A Dpfkey.c333 struct sockaddr *dst, u_int32_t min, uint32_t max, uint32_t reqid, in pfkey_send_getspi() argument
394 p = pfkey_setsadbxsa2(p, ep, mode, reqid); in pfkey_send_getspi()
460 struct sockaddr *dst, u_int32_t spi, u_int32_t reqid, u_int wsize, in pfkey_send_update() argument
467 reqid, wsize, in pfkey_send_update()
484 struct sockaddr *dst, u_int32_t spi, u_int32_t reqid, u_int wsize, in pfkey_send_add() argument
491 reqid, wsize, in pfkey_send_add()
1027 struct sockaddr *src, struct sockaddr *dst, u_int32_t spi, u_int32_t reqid, in pfkey_send_x1() argument
1141 p = pfkey_setsadbxsa2(p, ep, mode, reqid); in pfkey_send_x1()
2043 pfkey_setsadbxsa2(caddr_t buf, caddr_t lim, u_int32_t mode0, u_int32_t reqid) in pfkey_setsadbxsa2() argument
2059 p->sadb_x_sa2_reqid = reqid; in pfkey_setsadbxsa2()
/freebsd/sys/netipsec/
H A Dxform_tcp.c276 saidx.reqid = 0; in tcp_ipsec_input()
321 saidx.reqid = 0; in tcp_ipsec_output()
H A Dkey.c1652 u_int32_t reqid; in key_msg2sp() local
1658 isr->saidx.reqid = reqid; in key_msg2sp()
4178 if (saidx0->reqid != saidx1->reqid) in key_cmpsaidx()
4193 saidx0->reqid != saidx1->reqid) in key_cmpsaidx()
4872 uint32_t reqid, spi; in key_getspi() local
4906 reqid = 0; in key_getspi()
5357 uint32_t reqid; in key_update() local
5394 reqid = 0; in key_update()
5626 reqid = 0; in key_add()
7073 uint32_t reqid; in key_acquire2() local
[all …]
H A Dkeydb.h65 uint32_t reqid; /* reqid id who owned this SA */ member
H A Dkey_debug.c768 kdebug_secasindex_mode(saidx->mode), saidx->proto, saidx->reqid); in kdebug_secasindex()
/freebsd/usr.sbin/ppp/
H A Dfsm.c152 fp->reqid = 1; in fsm_Init()
400 fsm_Output(fp, CODE_TERMREQ, fp->reqid, NULL, 0, MB_UNKNOWN); in FsmSendTerminateReq()
1080 if (lh.id != fp->reqid && codep->check_reqid && in fsm_Input()
1083 fp->link->name, codep->name, lh.id, fp->reqid); in fsm_Input()
1090 if (codep->inc_reqid && (lh.id == fp->reqid || in fsm_Input()
1092 fp->reqid++; /* That's the end of that ``exchange''.... */ in fsm_Input()
H A Dfsm.h108 u_char reqid; /* Next request id */ member
H A Dccp.c395 fsm_Output(fp, CODE_CONFIGREQ, fp->reqid, buff, cp - buff, MB_CCPOUT); in CcpSendConfigReq()
404 ccp->reset_sent = fp->reqid; in ccp_SendResetReq()
406 fsm_Output(fp, CODE_RESETREQ, fp->reqid, NULL, 0, MB_CCPOUT); in ccp_SendResetReq()
H A Dmppe.c315 fsm_Output(&ccp->fsm, CODE_RESETREQ, ccp->fsm.reqid++, NULL, 0, in MPPEInput()
330 fsm_Output(&ccp->fsm, CODE_RESETREQ, ccp->fsm.reqid++, NULL, 0, in MPPEInput()
H A Dlcp.c487 fsm_Output(fp, CODE_CONFIGREQ, fp->reqid, buff, (u_char *)o - buff, in LcpSendConfigReq()
495 fsm_Output(&lcp->fsm, CODE_PROTOREJ, lcp->fsm.reqid, option, count, in lcp_SendProtoRej()
H A Dipv6cp.c631 fsm_Output(fp, CODE_CONFIGREQ, fp->reqid, buff, (u_char *)o - buff, in ipv6cp_SendConfigReq()
H A Dipcp.c801 fsm_Output(fp, CODE_CONFIGREQ, fp->reqid, buff, (u_char *)o - buff, in IpcpSendConfigReq()
/freebsd/contrib/bsnmp/lib/
H A Dsnmpclient.c78 int reqid; member
1285 listentry->reqid, listentry->retrycount, snmp_client.retries); in snmp_timeout()
1297 listentry->reqid = snmp_send_packet(listentry->pdu); in snmp_timeout()
1326 listentry->reqid = pdu->request_id; in snmp_pdu_send()
1490 if (listentry->reqid == resp->request_id) in snmp_deliver_packet()
1701 int32_t reqid; in snmp_dialog() local
1718 if ((reqid = snmp_send_packet(&pdu)) == -1) in snmp_dialog()
1730 if (reqid == resp->request_id) in snmp_dialog()
/freebsd/sys/dev/usb/wlan/
H A Dif_upgt.c419 stats->header2.reqid = htole32(sc->sc_memaddr_frame_start); in upgt_get_stats()
501 led->header2.reqid = htole32(sc->sc_memaddr_frame_start); in upgt_set_led()
611 filter->header2.reqid = htole32(sc->sc_memaddr_frame_start); in upgt_set_macfilter()
921 chan->header2.reqid = htole32(sc->sc_memaddr_frame_start); in upgt_set_chan()
1302 eeprom->header2.reqid = htole32(sc->sc_memaddr_frame_start); in upgt_eeprom_read()
1505 if (data_tx->addr == le32toh(desc->header2.reqid)) { in upgt_tx_done()
1513 le32toh(desc->header2.reqid), in upgt_tx_done()
2155 txdesc->header2.reqid = htole32(data->addr); in upgt_tx_start()
H A Dif_upgtvar.h192 uint32_t reqid; member
/freebsd/contrib/ntp/ntpd/
H A Djupiter.h51 u_char reqid; /* JUPITER_REQID_MASK bits available as id */ member
/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpmod.h594 int reqid_istype(int32_t reqid, u_int type);
595 u_int reqid_type(int32_t reqid);
H A Dmain.c2273 reqid_type(int32_t reqid) in reqid_type() argument
2278 if (reqid >= r->base && reqid <= r->base + (r->size - 1)) in reqid_type()
2284 reqid_istype(int32_t reqid, u_int type) in reqid_istype() argument
2286 return (reqid_type(reqid) == type); in reqid_istype()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h407 uint64_t reqid; member
1838 cfg80211_sched_scan_results(struct wiphy *wiphy, uint64_t reqid) in cfg80211_sched_scan_results() argument
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2048 __be32 reqid; member