| /freebsd-13.1/sys/net/ |
| H A D | if_ipsec.c | 92 uint32_t reqid; member 477 sav->sah->saidx.reqid != saidx->reqid) in ipsec_if_input() 532 uint32_t reqid; in ipsec_ioctl() local 756 reqid = sc->reqid; in ipsec_ioctl() 865 isr->saidx.reqid = reqid; in ipsec_newpolicies() 907 if (sc->reqid == reqid) in ipsec_check_reqid() 923 uint32_t reqid; in ipsec_init_reqid() local 938 sc->reqid = reqid; in ipsec_init_reqid() 956 if (sc->reqid == reqid && reqid != 0) in ipsec_set_reqid() 967 sc->reqid = reqid; in ipsec_set_reqid() [all …]
|
| /freebsd-13.1/sbin/setkey/ |
| H A D | scriptdump.pl | 23 } 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-13.1/sbin/ifconfig/ |
| H A D | ifipsec.c | 56 uint32_t reqid; in ipsec_status() local 58 ifr.ifr_data = (caddr_t)&reqid; in ipsec_status() 61 printf("\treqid: %u\n", reqid); in ipsec_status()
|
| /freebsd-13.1/sys/dev/tws/ |
| H A D | tws_hdm.c | 147 u_int16_t reqid; in tws_init_connect() local 197 reqid = tws_poll4_response(sc, &mfa); in tws_init_connect() 198 if ( reqid != TWS_INVALID_REQID && reqid == req->request_id ) { in tws_init_connect() 210 TWS_TRACE(sc, "unexpected req_id ", reqid, 0); in tws_init_connect() 211 TWS_TRACE(sc, "INITCONNECT FAILED", reqid, 0); in tws_init_connect()
|
| H A D | tws_cam.c | 828 u_int16_t reqid; in tws_get_param() local 864 reqid = tws_poll4_response(sc, &mfa); in tws_get_param() 867 if ( reqid == TWS_REQ_TYPE_GETSET_PARAM ) { in tws_get_param()
|
| /freebsd-13.1/lib/libipsec/ |
| H A D | pfkey.c | 352 u_int32_t min, max, reqid, seq; 412 p = pfkey_setsadbxsa2(p, ep, mode, reqid); 483 u_int32_t spi, reqid; 492 reqid, wsize, 514 u_int32_t spi, reqid; 523 reqid, wsize, 1117 u_int32_t spi, reqid; 1232 p = pfkey_setsadbxsa2(p, ep, mode, reqid); 2176 pfkey_setsadbxsa2(buf, lim, mode0, reqid) in pfkey_setsadbxsa2() argument 2180 u_int32_t reqid; [all …]
|
| /freebsd-13.1/sys/netipsec/ |
| H A D | xform_tcp.c | 266 saidx.reqid = 0; in tcp_ipsec_input() 311 saidx.reqid = 0; in tcp_ipsec_output()
|
| H A D | key.c | 1611 u_int32_t reqid; in key_msg2sp() local 1617 isr->saidx.reqid = reqid; in key_msg2sp() 4126 if (saidx0->reqid != saidx1->reqid) in key_cmpsaidx() 4141 saidx0->reqid != saidx1->reqid) in key_cmpsaidx() 4818 uint32_t reqid, spi; in key_getspi() local 4852 reqid = 0; in key_getspi() 5303 uint32_t reqid; in key_update() local 5340 reqid = 0; in key_update() 5572 reqid = 0; in key_add() 6945 uint32_t reqid; in key_acquire2() local [all …]
|
| H A D | keydb.h | 65 uint32_t reqid; /* reqid id who owned this SA */ member
|
| H A D | key_debug.c | 769 kdebug_secasindex_mode(saidx->mode), saidx->proto, saidx->reqid); in kdebug_secasindex()
|
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | fsm.c | 154 fp->reqid = 1; in fsm_Init() 402 fsm_Output(fp, CODE_TERMREQ, fp->reqid, NULL, 0, MB_UNKNOWN); in FsmSendTerminateReq() 1082 if (lh.id != fp->reqid && codep->check_reqid && in fsm_Input() 1085 fp->link->name, codep->name, lh.id, fp->reqid); in fsm_Input() 1092 if (codep->inc_reqid && (lh.id == fp->reqid || in fsm_Input() 1094 fp->reqid++; /* That's the end of that ``exchange''.... */ in fsm_Input()
|
| H A D | fsm.h | 110 u_char reqid; /* Next request id */ member
|
| H A D | ccp.c | 397 fsm_Output(fp, CODE_CONFIGREQ, fp->reqid, buff, cp - buff, MB_CCPOUT); in CcpSendConfigReq() 406 ccp->reset_sent = fp->reqid; in ccp_SendResetReq() 408 fsm_Output(fp, CODE_RESETREQ, fp->reqid, NULL, 0, MB_CCPOUT); in ccp_SendResetReq()
|
| H A D | mppe.c | 317 fsm_Output(&ccp->fsm, CODE_RESETREQ, ccp->fsm.reqid++, NULL, 0, in MPPEInput() 332 fsm_Output(&ccp->fsm, CODE_RESETREQ, ccp->fsm.reqid++, NULL, 0, in MPPEInput()
|
| H A D | lcp.c | 489 fsm_Output(fp, CODE_CONFIGREQ, fp->reqid, buff, (u_char *)o - buff, in LcpSendConfigReq() 497 fsm_Output(&lcp->fsm, CODE_PROTOREJ, lcp->fsm.reqid, option, count, in lcp_SendProtoRej()
|
| H A D | ipv6cp.c | 633 fsm_Output(fp, CODE_CONFIGREQ, fp->reqid, buff, (u_char *)o - buff, in ipv6cp_SendConfigReq()
|
| H A D | ipcp.c | 803 fsm_Output(fp, CODE_CONFIGREQ, fp->reqid, buff, (u_char *)o - buff, in IpcpSendConfigReq()
|
| /freebsd-13.1/contrib/bsnmp/lib/ |
| H A D | snmpclient.c | 78 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-13.1/sys/dev/usb/wlan/ |
| H A D | if_upgt.c | 420 stats->header2.reqid = htole32(sc->sc_memaddr_frame_start); in upgt_get_stats() 502 led->header2.reqid = htole32(sc->sc_memaddr_frame_start); in upgt_set_led() 612 filter->header2.reqid = htole32(sc->sc_memaddr_frame_start); in upgt_set_macfilter() 922 chan->header2.reqid = htole32(sc->sc_memaddr_frame_start); in upgt_set_chan() 1307 eeprom->header2.reqid = htole32(sc->sc_memaddr_frame_start); in upgt_eeprom_read() 1510 if (data_tx->addr == le32toh(desc->header2.reqid)) { in upgt_tx_done() 1518 le32toh(desc->header2.reqid), in upgt_tx_done() 2160 txdesc->header2.reqid = htole32(data->addr); in upgt_tx_start()
|
| H A D | if_upgtvar.h | 193 uint32_t reqid; member
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | jupiter.h | 51 u_char reqid; /* JUPITER_REQID_MASK bits available as id */ member
|
| /freebsd-13.1/contrib/bsnmp/snmpd/ |
| H A D | snmpmod.h | 594 int reqid_istype(int32_t reqid, u_int type); 595 u_int reqid_type(int32_t reqid);
|
| H A D | main.c | 2273 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-13.1/sys/compat/linuxkpi/common/include/net/ |
| H A D | cfg80211.h | 411 uint64_t reqid; member 1521 cfg80211_sched_scan_results(struct wiphy *wiphy, uint64_t reqid) in cfg80211_sched_scan_results() argument
|
| /freebsd-13.1/sys/dev/cxgbe/firmware/ |
| H A D | t4fw_interface.h | 2050 __be32 reqid; member
|