/freebsd/sys/net/ |
H A D | if_ipsec.c | 91 uint32_t reqid; member 240 * ipsec_delete_tunnel() keeps reqid unchanged. in ipsec_clone_destroy() 242 if (sc->reqid != 0) in ipsec_clone_destroy() 469 CK_LIST_FOREACH(sc, ipsec_idhash(sav->sah->saidx.reqid), idhash) { in ipsec_if_input() 474 /* SA's reqid should match reqid in SP */ in ipsec_if_input() 476 sav->sah->saidx.reqid != saidx->reqid) in ipsec_if_input() 531 uint32_t reqid; in ipsec_ioctl() local 759 reqid in ipsec_ioctl() 853 ipsec_newpolicies(struct ipsec_softc * sc,struct secpolicy * sp[IPSEC_SPCOUNT],const struct sockaddr * src,const struct sockaddr * dst,uint32_t reqid) ipsec_newpolicies() argument 910 ipsec_check_reqid(uint32_t reqid) ipsec_check_reqid() argument 932 uint32_t reqid; ipsec_init_reqid() local 959 ipsec_set_reqid(struct ipsec_softc * sc,uint32_t reqid) ipsec_set_reqid() argument 1024 ipsec_set_tunnel(struct ipsec_softc * sc,struct sockaddr * src,struct sockaddr * dst,uint32_t reqid) ipsec_set_tunnel() argument [all...] |
/freebsd/sbin/setkey/ |
H A D | scriptdump.pl | 22 } 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 D | ifipsec.c | 53 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 D | tws_hdm.c | 145 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 D | tws_cam.c | 826 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 D | pfkey.c | 333 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() 2047 pfkey_setsadbxsa2(caddr_t buf, caddr_t lim, u_int32_t mode0, u_int32_t reqid) in pfkey_setsadbxsa2() 2063 p->sadb_x_sa2_reqid = reqid; 2043 pfkey_setsadbxsa2(caddr_t buf,caddr_t lim,u_int32_t mode0,u_int32_t reqid) pfkey_setsadbxsa2() argument [all...] |
/freebsd/sys/dev/mlx5/mlx5_accel/ |
H A D | ipsec.h | 110 u32 reqid; member 190 u32 reqid; member
|
H A D | mlx5_ipsec.c | 197 attrs->reqid = saidx->reqid; in mlx5e_ipsec_build_accel_xfrm_attrs() 623 attrs->reqid = sp->req[0]->saidx.reqid; in mlx5e_ipsec_build_accel_pol_attrs()
|
H A D | mlx5_ipsec_fs.c | 1047 static void setup_fte_reg_c0(struct mlx5_flow_spec *spec, u32 reqid) in setup_fte_reg_c0() argument 1055 misc_parameters_2.metadata_reg_c_0, reqid); in setup_fte_reg_c0() 1153 if(attrs->reqid) { in tx_add_reqid_ip_rules() 1155 setup_fte_reg_c0(spec, attrs->reqid); in tx_add_reqid_ip_rules() 1290 err = setup_modify_header(mdev, attrs->reqid, in tx_add_policy()
|
/freebsd/sys/netipsec/ |
H A D | xform_tcp.c | 276 saidx.reqid = 0; in tcp_ipsec_input() 321 saidx.reqid = 0; in tcp_ipsec_output()
|
H A D | key.c | 592 (idx)->reqid = (r); \ 1689 u_int32_t reqid; in key_msg2sp() local 1690 if ((reqid = key_newreqid()) == 0) { in key_msg2sp() 1695 isr->saidx.reqid = reqid; in key_msg2sp() 1696 xisr->sadb_x_ipsecrequest_reqid = reqid; in key_msg2sp() 1699 isr->saidx.reqid = in key_msg2sp() 1910 xisr->sadb_x_ipsecrequest_reqid = isr->saidx.reqid; in key_sp2msg() 3763 sav->sah->saidx.reqid); in key_setdumpsa() 4081 key_setsadbxsa2(u_int8_t mode, u_int32_t seq, u_int32_t reqid) in key_setsadbxsa2() argument 4102 p->sadb_x_sa2_reqid = reqid; in key_setsadbxsa2() [all …]
|
H A D | keydb.h | 67 uint32_t reqid; /* reqid id who owned this SA */ 65 uint32_t reqid; /* reqid id who owned this SA */ global() member
|
H A D | key_debug.c | 481 printf("sadb_x_sa2{ mode=%u reqid=%u\n", in kdebug_sadb_x_sa2() 549 printf(" { len=%u proto=%u mode=%u level=%u reqid=%u\n", in kdebug_sadb_x_policy() 772 printf("saidx { mode=%s proto=%u reqid=%u ", in kdebug_secasindex() 773 kdebug_secasindex_mode(saidx->mode), saidx->proto, saidx->reqid); in kdebug_secasindex()
|
/freebsd/usr.sbin/ppp/ |
H A D | fsm.c | 152 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 D | fsm.h | 108 u_char reqid; /* Next request id */ member
|
H A D | ccp.c | 395 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 D | mppe.c | 315 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 D | lcp.c | 487 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()
|
/freebsd/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/sys/dev/usb/wlan/ |
H A D | if_upgt.c | 419 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() 2154 txdesc->header2.reqid = htole32(data->addr); in upgt_tx_start()
|
H A D | if_upgtvar.h | 192 uint32_t reqid; member
|
/freebsd/contrib/ntp/ntpd/ |
H A D | jupiter.h | 51 u_char reqid; /* JUPITER_REQID_MASK bits available as id */ member
|
/freebsd/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/sys/compat/linuxkpi/common/include/net/ |
H A D | cfg80211.h | 423 uint64_t reqid; 1888 cfg80211_sched_scan_results(struct wiphy *wiphy, uint64_t reqid) in ieee80211_get_hdrlen_from_skb() 407 uint64_t reqid; global() member 1838 cfg80211_sched_scan_results(struct wiphy * wiphy,uint64_t reqid) cfg80211_sched_scan_results() argument
|