Home
last modified time | relevance | path

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

123

/freebsd-12.1/sys/net80211/
H A Dieee80211_hwmp.c469 prep = IEEE80211_MALLOC(sizeof(*prep), in hwmp_recv_action_meshpath()
729 *frm++ = prep->prep_ttl; in hwmp_add_meshprep()
1069 prep.prep_flags = 0; in hwmp_recv_preq()
1070 prep.prep_hopcount = 0; in hwmp_recv_preq()
1147 prep.prep_flags = 0; in hwmp_recv_preq()
1148 prep.prep_hopcount = 0; in hwmp_recv_preq()
1190 prep.prep_flags = 0; in hwmp_recv_preq()
1366 prep->prep_ttl > 1 && in hwmp_recv_prep()
1446 prep->prep_target_ext_addr : prep->prep_targetaddr; in hwmp_recv_prep()
1487 prep->prep_len = prep->prep_flags & IEEE80211_MESHPREP_FLAGS_AE ? in hwmp_send_prep()
[all …]
/freebsd-12.1/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c45 apr_dbd_prepared_t *prep; member
426 prep = apr_pcalloc(sql->pool, sizeof(*prep)); in dbd_sqlite3_prepare()
427 prep->stmt = stmt; in dbd_sqlite3_prepare()
428 prep->next = sql->prep; in dbd_sqlite3_prepare()
429 prep->nargs = nargs; in dbd_sqlite3_prepare()
430 prep->nvals = nvals; in dbd_sqlite3_prepare()
434 sql->prep = prep; in dbd_sqlite3_prepare()
436 *statement = prep; in dbd_sqlite3_prepare()
842 apr_dbd_prepared_t *prep = handle->prep; in dbd_sqlite3_close() local
845 while (prep) { in dbd_sqlite3_close()
[all …]
/freebsd-12.1/contrib/wpa/src/eap_peer/
H A Deap_pwd.c35 u8 prep; member
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()
307 data->prep = id->prep; in eap_pwd_perform_id_exchange()
345 wpabuf_put_u8(data->outbuf, id->prep); in eap_pwd_perform_id_exchange()
386 switch (data->prep) { in eap_pwd_perform_commit_exchange()
[all …]
/freebsd-12.1/contrib/tcpdump/
H A Dprint-wb.c259 const struct pkt_prep *prep, u_int len) in wb_prep() argument
266 if (len < sizeof(*prep) || !ND_TTEST(*prep)) in wb_prep()
268 n = EXTRACT_32BITS(&prep->pp_n); in wb_prep()
269 ps = (const struct pgstate *)(prep + 1); in wb_prep()
/freebsd-12.1/contrib/gcc/
H A DSERVICE6 http://www.fsf.org/prep/service.html
/freebsd-12.1/contrib/libxo/packaging/
H A Dlibxo.spec.in21 %prep
/freebsd-12.1/contrib/wpa/src/eap_common/
H A Deap_pwd_common.h46 u8 prep; member
/freebsd-12.1/contrib/byacc/package/
H A Dbyacc.spec22 %prep
H A Dmingw-byacc.spec22 %prep
/freebsd-12.1/contrib/gcc/doc/
H A Dservice.texi24 @uref{http://www.gnu.org/prep/service.html}.
/freebsd-12.1/crypto/openssh/regress/
H A DMakefile4 tests: prep $(REGRESS_TARGETS)
9 prep: target
/freebsd-12.1/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec19 %prep
/freebsd-12.1/sys/contrib/ngatm/netnatm/api/
H A Dcc_user.c1196 struct atm_prepare_incoming_call *prep = uni_msg_rptr(msg, in cc_user_sig_handle() local
1208 if (unisve_check_sap(&prep->sap) != UNISVE_OK) { in cc_user_sig_handle()
1219 if (check_overlap(ptr, &prep->sap)) { in cc_user_sig_handle()
1235 *user->sap = prep->sap; in cc_user_sig_handle()
1236 user->queue_max = prep->queue_size; in cc_user_sig_handle()
/freebsd-12.1/contrib/dialog/package/
H A Ddialog.spec29 %prep
/freebsd-12.1/contrib/gdb/gdb/
H A DCONTRIBUTE39 Ref: http://www.gnu.org/prep/standards_toc.html
54 Ref: http://www.gnu.org/prep/maintain.html#SEC6
/freebsd-12.1/contrib/apr-util/dbm/sdbm/
H A Dsdbm.c86 static apr_status_t prep(apr_sdbm_t **pdb, const char *dirname, const char *pagname, in prep() function
177 return prep(db, dirname, pagname, flags, perms, p); in apr_sdbm_open()
/freebsd-12.1/contrib/apr/
H A Dapr.spec32 %prep
/freebsd-12.1/contrib/unbound/contrib/
H A Dunbound.spec27 %prep
/freebsd-12.1/crypto/heimdal/lib/wind/
H A DChangeLog78 * Add partial support for LDAP-prep Insignificant Character Handling
/freebsd-12.1/sys/contrib/zlib/doc/
H A Drfc1952.txt443 <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-12.1/contrib/lua/src/
H A Dlparser.c1295 int prep, endfor; in forbody() local
1298 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody()
1304 luaK_patchtohere(fs, prep); in forbody()
1312 luaK_patchlist(fs, endfor, prep + 1); in forbody()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.c1286 int prep, endfor; in forbody() local
1289 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody()
1295 luaK_patchtohere(fs, prep); in forbody()
1303 luaK_patchlist(fs, endfor, prep + 1); in forbody()
/freebsd-12.1/contrib/ldns/packaging/fedora/
H A Dldns.spec49 %prep
/freebsd-12.1/stand/forth/
H A Dmenu.rc14 \ Screen prep
/freebsd-12.1/contrib/apr-util/
H A Dapr-util.spec120 %prep

123