Searched refs:ext (Results 1 - 25 of 342) sorted by relevance

1234567891011>>

/freebsd-current/contrib/unifdef/scripts/
H A Dfixtests.sh3 for ext in err out rc
5 for f in tests/*.$ext
7 mv $f ${f%.$ext}.exp$ext
/freebsd-current/contrib/bc/scripts/
H A Dlink.sh57 ext="${base##*.}"
59 if [ "$ext" != "$base" ]; then
60 name="$link.$ext"
/freebsd-current/usr.sbin/newsyslog/tests/
H A Dlegacy_test.sh213 local dir ext name_postfix newsyslog_args
215 ext="$1"
220 name_postfix="${ext} archive dir"
223 name_postfix="${ext}"
231 cknt ${dir}${LOGFNAME}.0${ext}
237 ckfe ${dir}${LOGFNAME}.0${ext}
238 cknt ${dir}${LOGFNAME}.1${ext}
244 ckfe ${dir}${LOGFNAME}.0${ext}
245 ckfe ${dir}${LOGFNAME}.1${ext}
246 cknt ${dir}${LOGFNAME}.2${ext}
[all...]
/freebsd-current/crypto/heimdal/lib/roken/
H A Dsetprogname.c73 char * ext; local
76 ext = strrchr(fn, '.');
77 if (ext != NULL && !strcmp(ext, ".exe"))
78 *ext = '\0';
/freebsd-current/tests/sys/netinet6/
H A Dexthdr.py93 def addExt(ext, h):
95 return ext
96 if ext is None:
97 ext = h
99 ext = ext / h
100 return ext
103 ext = None
110 ext = addExt(ext, hb
[all...]
/freebsd-current/lib/libc/resolv/
H A Dres_state.c55 if (statp->_u._ext.ext != NULL)
71 struct __res_state_ext *ext; local
77 ext = statp->_u._ext.ext;
78 if (ext == NULL || ext->reload_period == 0) {
83 (now.tv_sec - ext->conf_stat) < ext->reload_period) {
87 ext->conf_stat = now.tv_sec;
89 (sb.st_mtim.tv_sec != ext
[all...]
/freebsd-current/crypto/heimdal/lib/hdb/
H A Dext.c78 * Replace the extension `ext' in `entry'. Make a copy of the
79 * extension, so the caller must still free `ext' on both success and
86 const HDB_extension *ext)
100 } else if (ext->data.element != choice_HDB_extension_data_asn1_ellipsis) {
101 ext2 = hdb_find_extension(entry, ext->data.element);
117 ret = der_get_tag(ext->data.u.asn1_ellipsis.data,
118 ext->data.u.asn1_ellipsis.length,
153 ret = copy_HDB_extension(ext, ext2);
168 ret = copy_HDB_extension(ext,
210 const HDB_extension *ext; local
84 hdb_replace_extension(krb5_context context, hdb_entry *entry, const HDB_extension *ext) argument
224 const HDB_extension *ext; local
238 const HDB_extension *ext; local
252 const HDB_extension *ext; local
268 HDB_extension ext; local
283 HDB_extension *ext; local
348 HDB_extension ext; local
410 const HDB_extension *ext; local
425 const HDB_extension *ext; local
[all...]
/freebsd-current/crypto/heimdal/kadmin/
H A Dmod.c63 HDB_extension ext; local
67 memset(&ext, 0, sizeof(ext));
68 ext.mandatory = FALSE;
69 ext.data.element = choice_HDB_extension_data_allowed_to_delegate_to;
72 ext.data.u.allowed_to_delegate_to.val = NULL;
73 ext.data.u.allowed_to_delegate_to.len = 0;
78 ext.data.u.allowed_to_delegate_to.val =
80 sizeof(ext.data.u.allowed_to_delegate_to.val[0]));
81 ext
110 HDB_extension ext; local
160 HDB_extension ext; local
[all...]
/freebsd-current/sys/nlm/
H A Dnlm_prot_clnt.c17 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
19 return (CLNT_CALL_EXT(clnt, ext, NLM_SM_NOTIFY,
26 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
28 return (CLNT_CALL_EXT(clnt, ext, NLM_TEST,
35 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
37 return (CLNT_CALL_EXT(clnt, ext, NLM_LOCK,
44 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
46 return (CLNT_CALL_EXT(clnt, ext, NLM_CANCEL,
53 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
55 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOC
62 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
71 nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
80 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
89 nlm_cancel_msg_1(struct nlm_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
98 nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
107 nlm_granted_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
116 nlm_test_res_1(nlm_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
125 nlm_lock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
134 nlm_cancel_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
143 nlm_unlock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
152 nlm_granted_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
161 nlm_share_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
170 nlm_unshare_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
179 nlm_nm_lock_3(nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
188 nlm_free_all_3(nlm_notify *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
197 nlm4_test_4(nlm4_testargs *argp, nlm4_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
206 nlm4_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
215 nlm4_cancel_4(nlm4_cancargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
224 nlm4_unlock_4(nlm4_unlockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
233 nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
242 nlm4_test_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
251 nlm4_lock_msg_4(nlm4_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
260 nlm4_cancel_msg_4(nlm4_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
269 nlm4_unlock_msg_4(nlm4_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
278 nlm4_granted_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
287 nlm4_test_res_4(nlm4_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
296 nlm4_lock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
305 nlm4_cancel_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
314 nlm4_unlock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
323 nlm4_granted_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
332 nlm4_share_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
341 nlm4_unshare_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
350 nlm4_nm_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
359 nlm4_free_all_4(nlm4_notify *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
[all...]
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_mpi.c18 int ext = 0; local
24 ext = ((bits & 0x07) == 0);
27 return (num + 4 + ext);
29 l = num + ext;
34 if (ext)
36 num = BN_bn2bin(a, &(d[4 + ext]));
39 return (num + 4 + ext);
/freebsd-current/tests/sys/netinet/libalias/
H A D2_natout.c52 NAT_CHECK(pip, prv1, ext, masq);
53 NAT_CHECK(pip, prv2, ext, masq);
54 NAT_CHECK(pip, prv3, ext, masq);
55 NAT_CHECK(pip, cgn, ext, masq);
56 NAT_CHECK(pip, pub, ext, masq);
73 NAT_CHECK(pip, prv1, ext, masq);
74 NAT_CHECK(pip, prv2, ext, masq);
75 NAT_CHECK(pip, prv3, ext, masq);
76 NAT_CHECK(pip, cgn, ext, cgn);
77 NAT_CHECK(pip, pub, ext, pu
[all...]
H A D3_natin.c57 pf1 = LibAliasRedirectPort(la, prv1, ntohs(0x1234), ext, ntohs(0x5678), masq, ntohs(0xabcd), IPPROTO_UDP);
61 UDP_UNNAT_CHECK(p, u, ext, 0x5678, masq, 0xabcd, prv1, 0x1234);
63 UDP_UNNAT_CHECK(p, u, ext, 0x5678, masq, 0xabcd, prv1, 0x1234);
66 UDP_UNNAT_FAIL(p, u, ext, 0xdead, masq, 0xabcd);
69 LibAliasSetAddress(la, ext);
74 UDP_UNNAT_FAIL(p, u, ext, 0x5678, masq, 0xabcd);
79 pf2 = LibAliasRedirectPort(la, prv2, ntohs(0x1234), ext, ntohs(0), masq, ntohs(0xabcd), IPPROTO_UDP);
82 UDP_UNNAT_CHECK(p, u, ext, 0x5678, masq, 0xabcd, prv2, 0x1234);
84 UDP_UNNAT_CHECK(p, u, ext, 0x5678, masq, 0xabcd, prv2, 0x1234);
87 UDP_UNNAT_CHECK(p, u, ext,
[all...]
/freebsd-current/contrib/elftoolchain/ar/benchmark/
H A Dacp.sh17 ext=${3:-$2}/acptmp
20 mkdir -p $ext || exit 1
40 echo " archive=$dst, extract to $ext"
52 echo $op | grep -q ^x && { rm -rf $ext; mkdir -p $ext
53 cp $dst $ext; cd $ext; }
64 rm -rf $ext $dst
/freebsd-current/sbin/hastd/
H A Dactivemap.c123 ext2reqs(const struct activemap *amp, int ext) argument
127 if (ext < amp->am_nextents - 1)
130 PJDLOG_ASSERT(ext == amp->am_nextents - 1);
299 int ext; local
307 for (ext = off2ext(amp, offset); ext <= off2ext(amp, end); ext++) {
314 if (amp->am_memtab[ext]++ == 0) {
315 PJDLOG_ASSERT(!bit_test(amp->am_memmap, ext));
316 bit_set(amp->am_memmap, ext);
335 int ext; local
448 int ext; local
487 int ext; local
564 int ext; local
587 int ext; local
658 int ext; local
[all...]
/freebsd-current/contrib/processor-trace/include/
H A Dpt_version.h41 if (version.ext && version.ext[0])
45 version.build, version.ext);
52 if (version.ext && version.ext[0])
55 version.patch, version.ext);
75 /* .ext = */ PT_VERSION_EXT
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_lib.c23 static void ext_list_free(X509V3_EXT_METHOD *ext);
25 int X509V3_EXT_add(X509V3_EXT_METHOD *ext) argument
32 if (!sk_X509V3_EXT_METHOD_push(ext_list, ext)) {
46 const X509V3_EXT_METHOD *, ext);
48 const X509V3_EXT_METHOD *, ext);
70 const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext) argument
73 if ((nid = OBJ_obj2nid(X509_EXTENSION_get_object(ext))) == NID_undef)
88 const X509V3_EXT_METHOD *ext; local
91 if ((ext = X509V3_EXT_get_nid(nid_from)) == NULL) {
99 *tmpext = *ext;
111 ext_list_free(X509V3_EXT_METHOD *ext) argument
129 X509V3_EXT_d2i(X509_EXTENSION *ext) argument
222 X509_EXTENSION *ext = NULL, *extmp; local
[all...]
/freebsd-current/release/scripts/
H A Dmtree-to-plist.awk38 ext = pkgname = pkgend = ""
55 if (ext != "")
56 ext=ext"-"a[i]
58 ext=a[i]
61 if (ext != "") {
62 pkgname=pkgname"-"ext
/freebsd-current/contrib/sendmail/libsmutil/
H A Dlockfile.c25 ** ext -- the filename extension. [unused]
37 lockfile(fd, filename, ext, type)
40 char *ext;
/freebsd-current/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c39 if (s->ext.hostname == NULL)
49 || !WPACKET_sub_memcpy_u16(pkt, s->ext.hostname,
50 strlen(s->ext.hostname))
65 if (s->ext.max_fragment_len_mode == TLSEXT_max_fragment_length_DISABLED)
76 || !WPACKET_put_bytes_u8(pkt, s->ext.max_fragment_len_mode)
264 && s->session->ext.tick != NULL
266 ticklen = s->session->ext.ticklen;
267 } else if (s->session && s->ext.session_ticket != NULL
268 && s->ext.session_ticket->data != NULL) {
269 ticklen = s->ext
[all...]
/freebsd-current/lib/libsecureboot/
H A Dlocal.trust.mk29 # A list of name/ext/url tuples.
31 # Order of ext list implies runtime preference so do not sort!
37 .for sig ext url in ${VE_SIGN_URL_LIST:@x@${x:H:H} ${x:H:T} ${x:T}@}
41 VE_SIGNATURE_EXT_LIST+= ${ext}
50 ta_${sig:tl}.${ext}: _TA_${sig}_USE
51 ta_${ext}.h: ta_${sig:tl}.${ext}
53 ${ext:S/sig/certs/}.pem: _TA_${sig}_USE
55 ta_${ext}.pem: ${ext
[all...]
/freebsd-current/contrib/tcpdump/
H A Dprint-isakmp.c571 const struct isakmp_gen *ext, \
609 const struct isakmp_gen *ext,
624 u_char np, const struct isakmp_gen *ext,
672 const struct isakmp_gen *ext,
1000 const struct isakmp_gen *ext,
1012 p = (const struct ikev1_pl_sa *)ext;
1036 np = (const u_char *)ext + sizeof(struct ikev1_pl_sa);
1038 ident = GET_BE_U_4(ext + 1);
1043 ext = (const struct isakmp_gen *)np;
1044 ND_TCHECK_SIZE(ext);
999 ikev1_sa_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, uint32_t phase, uint32_t doi0 _U_, uint32_t proto0, int depth) argument
1056 ikev1_p_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, uint32_t phase, uint32_t doi0, uint32_t proto0 _U_, int depth) argument
1220 ikev1_t_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto, int depth _U_) argument
1288 ikev1_ke_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
1313 ikev1_id_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
1495 ikev1_cert_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi0 _U_, uint32_t proto0 _U_, int depth _U_) argument
1530 ikev1_cr_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi0 _U_, uint32_t proto0 _U_, int depth _U_) argument
1564 ikev1_hash_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
1589 ikev1_sig_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
1614 ikev1_nonce_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
1646 ikev1_n_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, uint32_t phase _U_, uint32_t doi0 _U_, uint32_t proto0 _U_, int depth _U_) argument
1801 ikev1_d_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi0 _U_, uint32_t proto0 _U_, int depth _U_) argument
1847 ikev1_vid_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
1885 ikev2_gen_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len) argument
1910 ikev2_t_print(netdissect_options *ndo, int tcount, const struct isakmp_gen *ext, u_int item_len, const u_char *ep) argument
1988 ikev2_p_print(netdissect_options *ndo, u_char tpay _U_, int pcount _U_, const struct isakmp_gen *ext, u_int oprop_length, const u_char *ep, int depth) argument
2090 const struct isakmp_gen *ext; local
2168 ikev2_ke_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2199 ikev2_ID_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2283 ikev2_cert_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2293 ikev2_cr_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2303 ikev2_auth_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2342 ikev2_nonce_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2372 ikev2_n_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2576 ikev2_d_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2586 ikev2_vid_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2624 ikev2_TS_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2634 ikev2_e_print(netdissect_options *ndo, _U_ const struct isakmp *base, u_char tpay, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, _U_ uint32_t phase, _U_ uint32_t doi, _U_ uint32_t proto, _U_ int depth) argument
2715 ikev2_cp_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2725 ikev2_eap_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2735 ike_sub0_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2774 ikev1_sub_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2868 const struct isakmp_gen *ext; local
2899 ikev2_sub0_print(netdissect_options *ndo, const struct isakmp *base, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2942 ikev2_sub_print(netdissect_options *ndo, const struct isakmp *base, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
3010 const struct isakmp_gen *ext; local
[all...]
/freebsd-current/sys/netipsec/
H A Dkey_debug.c169 struct sadb_ext *ext; local
185 ext = (struct sadb_ext *)((caddr_t)base + sizeof(struct sadb_msg));
189 ext->sadb_ext_len, ext->sadb_ext_type,
190 kdebug_sadb_exttype(ext->sadb_ext_type));
192 if (ext->sadb_ext_len == 0) {
196 if (ext->sadb_ext_len > tlen) {
198 __func__, ext->sadb_ext_len, tlen);
202 switch (ext->sadb_ext_type) {
204 kdebug_sadb_sa(ext);
269 kdebug_sadb_prop(struct sadb_ext *ext) argument
318 kdebug_sadb_identity(struct sadb_ext *ext) argument
360 kdebug_sadb_supported(struct sadb_ext *ext) argument
386 kdebug_sadb_lifetime(struct sadb_ext *ext) argument
405 kdebug_sadb_sa(struct sadb_ext *ext) argument
423 kdebug_sadb_address(struct sadb_ext *ext) argument
440 kdebug_sadb_key(struct sadb_ext *ext) argument
468 kdebug_sadb_x_sa2(struct sadb_ext *ext) argument
486 kdebug_sadb_x_sa_replay(struct sadb_ext *ext) argument
500 kdebug_sadb_x_natt(struct sadb_ext *ext) argument
521 kdebug_sadb_x_policy(struct sadb_ext *ext) argument
[all...]
/freebsd-current/crypto/openssl/ssl/
H A Dssl_sess.c182 dest->ext.hostname = NULL;
183 dest->ext.tick = NULL;
184 dest->ext.alpn_selected = NULL;
241 if (src->ext.hostname) {
242 dest->ext.hostname = OPENSSL_strdup(src->ext.hostname);
243 if (dest->ext.hostname == NULL) {
248 if (ticket != 0 && src->ext.tick != NULL) {
249 dest->ext.tick =
250 OPENSSL_memdup(src->ext
[all...]
H A Dssl_asn1.c173 in->ext.hostname);
174 if (in->ext.tick) {
176 in->ext.tick, in->ext.ticklen);
178 if (in->ext.tick_lifetime_hint > 0)
179 as.tlsext_tick_lifetime_hint = in->ext.tick_lifetime_hint;
180 as.tlsext_tick_age_add = in->ext.tick_age_add;
191 as.max_early_data = in->ext.max_early_data;
193 if (in->ext.alpn_selected == NULL)
197 in->ext
[all...]
/freebsd-current/contrib/less/
H A Dlglob.h51 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \
56 char ext[_MAX_EXT]; \
66 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \
71 char ext[_MAX_EXT]; \
82 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \
87 char ext[MAXEXT]; \

Completed in 294 milliseconds

1234567891011>>