/freebsd/sys/net80211/ |
H A D | ieee80211_hwmp.c | 401 struct ieee80211_meshprep_ie *prep; in hwmp_recv_action_meshpath() local 470 prep = IEEE80211_MALLOC(sizeof(*prep), in hwmp_recv_action_meshpath() 473 KASSERT(prep != NULL, ("prep == NULL")); in hwmp_recv_action_meshpath() 475 prep->prep_ie = *iefrm_t++; in hwmp_recv_action_meshpath() 476 prep->prep_len = *iefrm_t++; in hwmp_recv_action_meshpath() 477 prep->prep_flags = *iefrm_t++; in hwmp_recv_action_meshpath() 478 prep->prep_hopcount = *iefrm_t++; in hwmp_recv_action_meshpath() 479 prep->prep_ttl = *iefrm_t++; in hwmp_recv_action_meshpath() 480 IEEE80211_ADDR_COPY(prep->prep_targetaddr, iefrm_t); in hwmp_recv_action_meshpath() 482 prep->prep_targetseq = le32dec(iefrm_t); iefrm_t += 4; in hwmp_recv_action_meshpath() [all …]
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_pwd.c | 35 u8 prep; member 275 data->group_num, id->random_function, id->prf, id->prep); in eap_pwd_perform_id_exchange() 285 if (id->prep != EAP_PWD_PREP_NONE && in eap_pwd_perform_id_exchange() 286 id->prep != EAP_PWD_PREP_MS && in eap_pwd_perform_id_exchange() 287 id->prep != EAP_PWD_PREP_SSHA1 && in eap_pwd_perform_id_exchange() 288 id->prep != EAP_PWD_PREP_SSHA256 && in eap_pwd_perform_id_exchange() 289 id->prep != EAP_PWD_PREP_SSHA512) { in eap_pwd_perform_id_exchange() 292 id->prep); in eap_pwd_perform_id_exchange() 297 if (id->prep == EAP_PWD_PREP_NONE && data->password_hash) { in eap_pwd_perform_id_exchange() 307 data->prep = id->prep; in eap_pwd_perform_id_exchange() [all …]
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_client.c | 257 OSSL_CMP_MSG *prep = NULL; in poll_for_response() local 266 if (!send_receive_check(ctx, preq, &prep, OSSL_CMP_PKIBODY_POLLREP)) in poll_for_response() 270 if (OSSL_CMP_MSG_get_bodytype(prep) == OSSL_CMP_PKIBODY_POLLREP) { in poll_for_response() 271 OSSL_CMP_POLLREPCONTENT *prc = prep->body->value.pollRep; in poll_for_response() 331 OSSL_CMP_MSG_free(prep); in poll_for_response() 332 prep = NULL; in poll_for_response() 346 if (prep == NULL) in poll_for_response() 350 *rep = prep; in poll_for_response() 355 OSSL_CMP_MSG_free(prep); in poll_for_response()
|
H A D | cmp_msg.c | 887 OSSL_CMP_POLLREP *prep; in ossl_cmp_pollRep_new() local 894 if ((prep = OSSL_CMP_POLLREP_new()) == NULL) in ossl_cmp_pollRep_new() 896 if (!sk_OSSL_CMP_POLLREP_push(msg->body->value.pollRep, prep)) in ossl_cmp_pollRep_new() 898 if (!ASN1_INTEGER_set(prep->certReqId, crid)) in ossl_cmp_pollRep_new() 900 if (!ASN1_INTEGER_set_int64(prep->checkAfter, poll_after)) in ossl_cmp_pollRep_new()
|
/freebsd/contrib/tcpdump/ |
H A D | print-wb.c | 274 const struct pkt_prep *prep, u_int len) in wb_prep() argument 280 if (len < sizeof(*prep)) in wb_prep() 282 n = GET_BE_U_4(prep->pp_n); in wb_prep() 283 ps = (const struct pgstate *)(prep + 1); in wb_prep()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | meta-cmd-cmp.mk | 12 all: prep one two change1 change2 filter0 filter1 filter2 filter3 post 16 prep post: .PHONY
|
/freebsd/contrib/libxo/packaging/ |
H A D | libxo.spec.in | 21 %prep
|
/freebsd/sys/dev/irdma/ |
H A D | icrdma.c | 319 if (event->prep == iwdev->vsi.tc_change_pending) { in irdma_event_handler() 322 event->prep ? "pre" : "post", in irdma_event_handler() 323 event->prep ? " " : "not "); in irdma_event_handler() 332 if (event->prep) { in irdma_event_handler()
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_pwd_common.h | 46 u8 prep; member
|
/freebsd/sys/dev/ice/ |
H A D | ice_rdma.h | 348 * prep: if true, this is a pre-event, post-event otherwise 352 bool prep; member
|
H A D | ice_rdma.c | 848 event.prep = true; in ice_rdma_notify_dcb_qos_change() 875 event.prep = false; in ice_rdma_dcb_qos_update()
|
/freebsd/contrib/pam_modules/pam_passwdqc/ |
H A D | pam_passwdqc.spec | 19 %prep
|
/freebsd/crypto/openssh/regress/ |
H A D | Makefile | 3 tests: prep file-tests t-exec unit 15 prep: target
|
/freebsd/contrib/dialog/package/ |
H A D | dialog.spec | 37 %prep
|
/freebsd/sys/contrib/openzfs/rpm/redhat/ |
H A D | zfs-kmod.spec.in | 44 %prep
|
H A D | zfs-dkms.spec.in | 51 %prep
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound.spec | 26 %prep
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | ChangeLog | 78 * Add partial support for LDAP-prep Insignificant Character Handling
|
/freebsd/sys/contrib/zlib/doc/ |
H A D | rfc1952.txt | 443 <gzip@prep.ai.mit.edu> is maintaining a registry of subfield 498 ftp://prep.ai.mit.edu/pub/gnu/ 552 Jean-Loup Gailly <gzip@prep.ai.mit.edu> and 571 created by Jean-Loup Gailly <gzip@prep.ai.mit.edu>. Since this
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lparser.c | 1290 int prep, endfor; in forbody() local 1293 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody() 1299 luaK_patchtohere(fs, prep); in forbody() 1307 luaK_patchlist(fs, endfor, prep + 1); in forbody()
|
/freebsd/stand/forth/ |
H A D | menu.rc | 13 \ Screen prep
|
/freebsd/contrib/ldns/packaging/fedora/ |
H A D | ldns.spec | 49 %prep
|
/freebsd/sys/contrib/openzfs/rpm/generic/ |
H A D | zfs-kmod.spec.in | 108 %prep
|
H A D | zfs-dkms.spec.in | 51 %prep
|
/freebsd/contrib/lua/src/ |
H A D | lparser.c | 1550 int prep, endfor; in forbody() local 1552 prep = luaK_codeABx(fs, forprep[isgen], base, 0); in forbody() 1558 fixforjump(fs, prep, luaK_getlabel(fs), 0); in forbody() 1564 fixforjump(fs, endfor, prep + 1, 1); in forbody()
|