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

1234567891011>>

/freebsd-13-stable/contrib/bc/
H A Dlink.sh49 ext="${base##*.}"
51 if [ "$ext" != "$base" ]; then
52 name="$link.$ext"
/freebsd-13-stable/usr.sbin/newsyslog/tests/
H A Dlegacy_test.sh215 local dir ext name_postfix newsyslog_args
217 ext="$1"
222 name_postfix="${ext} archive dir"
225 name_postfix="${ext}"
233 cknt ${dir}${LOGFNAME}.0${ext}
239 ckfe ${dir}${LOGFNAME}.0${ext}
240 cknt ${dir}${LOGFNAME}.1${ext}
246 ckfe ${dir}${LOGFNAME}.0${ext}
247 ckfe ${dir}${LOGFNAME}.1${ext}
248 cknt ${dir}${LOGFNAME}.2${ext}
[all...]
/freebsd-13-stable/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-13-stable/tests/sys/netinet6/
H A Dexthdr.py94 def addExt(ext, h):
96 return ext
97 if ext is None:
98 ext = h
100 ext = ext / h
101 return ext
104 ext = None
111 ext = addExt(ext, hb
[all...]
/freebsd-13-stable/lib/libc/resolv/
H A Dres_state.c57 if (statp->_u._ext.ext != NULL)
73 struct __res_state_ext *ext; local
79 ext = statp->_u._ext.ext;
80 if (ext == NULL || ext->reload_period == 0) {
85 (now.tv_sec - ext->conf_stat) < ext->reload_period) {
89 ext->conf_stat = now.tv_sec;
91 (sb.st_mtim.tv_sec != ext
[all...]
H A Dres_init.c191 if (statp->_u._ext.ext != NULL)
237 statp->_u._ext.ext = malloc(sizeof(*statp->_u._ext.ext));
238 if (statp->_u._ext.ext != NULL) {
239 memset(statp->_u._ext.ext, 0, sizeof(*statp->_u._ext.ext));
240 statp->_u._ext.ext->nsaddrs[0].sin = statp->nsaddr;
241 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa");
242 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int");
243 statp->_u._ext.ext
441 struct __res_state_ext *ext = statp->_u._ext.ext; local
602 struct __res_state_ext *ext = statp->_u._ext.ext; local
[all...]
/freebsd-13-stable/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-13-stable/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
153 HDB_extension ext; local
[all...]
/freebsd-13-stable/sys/nlm/
H A Dnlm_prot_clnt.c21 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
23 return (CLNT_CALL_EXT(clnt, ext, NLM_SM_NOTIFY,
30 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
32 return (CLNT_CALL_EXT(clnt, ext, NLM_TEST,
39 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
41 return (CLNT_CALL_EXT(clnt, ext, NLM_LOCK,
48 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
50 return (CLNT_CALL_EXT(clnt, ext, NLM_CANCEL,
57 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
59 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOC
66 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
75 nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
84 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
93 nlm_cancel_msg_1(struct nlm_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
102 nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
111 nlm_granted_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
120 nlm_test_res_1(nlm_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
129 nlm_lock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
138 nlm_cancel_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
147 nlm_unlock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
156 nlm_granted_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
165 nlm_share_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
174 nlm_unshare_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
183 nlm_nm_lock_3(nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
192 nlm_free_all_3(nlm_notify *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
201 nlm4_test_4(nlm4_testargs *argp, nlm4_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
210 nlm4_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
219 nlm4_cancel_4(nlm4_cancargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
228 nlm4_unlock_4(nlm4_unlockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
237 nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
246 nlm4_test_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
255 nlm4_lock_msg_4(nlm4_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
264 nlm4_cancel_msg_4(nlm4_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
273 nlm4_unlock_msg_4(nlm4_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
282 nlm4_granted_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
291 nlm4_test_res_4(nlm4_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
300 nlm4_lock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
309 nlm4_cancel_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
318 nlm4_unlock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
327 nlm4_granted_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
336 nlm4_share_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
345 nlm4_unshare_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
354 nlm4_nm_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
363 nlm4_free_all_4(nlm4_notify *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
[all...]
/freebsd-13-stable/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-13-stable/tests/sys/netinet/libalias/
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...]
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...]
/freebsd-13-stable/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-13-stable/sbin/hastd/
H A Dactivemap.c126 ext2reqs(const struct activemap *amp, int ext) argument
130 if (ext < amp->am_nextents - 1)
133 PJDLOG_ASSERT(ext == amp->am_nextents - 1);
302 int ext; local
310 for (ext = off2ext(amp, offset); ext <= off2ext(amp, end); ext++) {
317 if (amp->am_memtab[ext]++ == 0) {
318 PJDLOG_ASSERT(!bit_test(amp->am_memmap, ext));
319 bit_set(amp->am_memmap, ext);
338 int ext; local
451 int ext; local
490 int ext; local
567 int ext; local
590 int ext; local
661 int ext; local
[all...]
/freebsd-13-stable/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-13-stable/crypto/openssl/crypto/x509v3/
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-13-stable/release/scripts/
H A Dmtree-to-plist.awk34 ext = pkgname = pkgend = ""
47 if (ext != "")
48 ext=ext"-"a[i]
50 ext=a[i]
53 if (ext != "") {
54 pkgname=pkgname"-"ext
/freebsd-13-stable/contrib/sendmail/libsmutil/
H A Dlockfile.c25 ** ext -- the filename extension. [unused]
37 lockfile(fd, filename, ext, type)
40 char *ext;
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c40 if (s->ext.hostname == NULL)
50 || !WPACKET_sub_memcpy_u16(pkt, s->ext.hostname,
51 strlen(s->ext.hostname))
67 if (s->ext.max_fragment_len_mode == TLSEXT_max_fragment_length_DISABLED)
78 || !WPACKET_put_bytes_u8(pkt, s->ext.max_fragment_len_mode)
230 && s->session->ext.tick != NULL
232 ticklen = s->session->ext.ticklen;
233 } else if (s->session && s->ext.session_ticket != NULL
234 && s->ext.session_ticket->data != NULL) {
235 ticklen = s->ext
[all...]
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-isakmp.c581 const struct isakmp_gen *ext, \
619 const struct isakmp_gen *ext,
634 u_char np, const struct isakmp_gen *ext,
682 const struct isakmp_gen *ext,
1011 const struct isakmp_gen *ext,
1024 p = (const struct ikev1_pl_sa *)ext;
1026 UNALIGNED_MEMCPY(&sa, ext, sizeof(sa));
1049 np = (const u_char *)ext + sizeof(sa);
1051 ND_TCHECK2(*(ext + 1), sizeof(ident));
1052 UNALIGNED_MEMCPY(&ident, ext
1010 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
1070 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
1233 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
1303 ikev1_ke_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 doi _U_, uint32_t proto _U_, int depth _U_) argument
1328 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
1497 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
1531 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 _U_, 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 _U_, 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 _U_, const u_char *ep, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
1649 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
1845 ikev1_vid_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 doi _U_, uint32_t proto _U_, int depth _U_) argument
1883 ikev2_gen_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext) argument
1906 ikev2_t_print(netdissect_options *ndo, int tcount, const struct isakmp_gen *ext, u_int item_len, const u_char *ep) argument
1984 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
2088 const struct isakmp_gen *ext; local
2169 ikev2_ke_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2198 ikev2_ID_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, 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 _U_, 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 _U_, 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 _U_, const u_char *ep, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2344 ikev2_nonce_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2374 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
2578 ikev2_d_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2588 ikev2_vid_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2623 ikev2_TS_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2633 ikev2_e_print(netdissect_options *ndo, _U_ struct isakmp *base, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, _U_ uint32_t phase, _U_ uint32_t doi, _U_ uint32_t proto, _U_ int depth) argument
2704 ikev2_cp_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2714 ikev2_eap_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2724 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
2765 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
2857 const struct isakmp_gen *ext; local
2887 ikev2_sub0_print(netdissect_options *ndo, 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
2932 ikev2_sub_print(netdissect_options *ndo, 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
3000 const struct isakmp_gen *ext; local
[all...]
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_sess.c124 dest->ext.hostname = NULL;
125 dest->ext.tick = NULL;
126 dest->ext.alpn_selected = NULL;
179 if (src->ext.hostname) {
180 dest->ext.hostname = OPENSSL_strdup(src->ext.hostname);
181 if (dest->ext.hostname == NULL) {
186 if (ticket != 0 && src->ext.tick != NULL) {
187 dest->ext.tick =
188 OPENSSL_memdup(src->ext
[all...]
H A Dssl_asn1.c169 in->ext.hostname);
170 if (in->ext.tick) {
172 in->ext.tick, in->ext.ticklen);
174 if (in->ext.tick_lifetime_hint > 0)
175 as.tlsext_tick_lifetime_hint = in->ext.tick_lifetime_hint;
176 as.tlsext_tick_age_add = in->ext.tick_age_add;
187 as.max_early_data = in->ext.max_early_data;
189 if (in->ext.alpn_selected == NULL)
193 in->ext
[all...]
/freebsd-13-stable/sys/netipsec/
H A Dkey_debug.c170 struct sadb_ext *ext; local
186 ext = (struct sadb_ext *)((caddr_t)base + sizeof(struct sadb_msg));
190 ext->sadb_ext_len, ext->sadb_ext_type,
191 kdebug_sadb_exttype(ext->sadb_ext_type));
193 if (ext->sadb_ext_len == 0) {
197 if (ext->sadb_ext_len > tlen) {
199 __func__, ext->sadb_ext_len, tlen);
203 switch (ext->sadb_ext_type) {
205 kdebug_sadb_sa(ext);
270 kdebug_sadb_prop(struct sadb_ext *ext) argument
319 kdebug_sadb_identity(struct sadb_ext *ext) argument
361 kdebug_sadb_supported(struct sadb_ext *ext) argument
387 kdebug_sadb_lifetime(struct sadb_ext *ext) argument
406 kdebug_sadb_sa(struct sadb_ext *ext) argument
424 kdebug_sadb_address(struct sadb_ext *ext) argument
441 kdebug_sadb_key(struct sadb_ext *ext) argument
469 kdebug_sadb_x_sa2(struct sadb_ext *ext) argument
487 kdebug_sadb_x_sa_replay(struct sadb_ext *ext) argument
501 kdebug_sadb_x_natt(struct sadb_ext *ext) argument
522 kdebug_sadb_x_policy(struct sadb_ext *ext) argument
[all...]
/freebsd-13-stable/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]; \
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachORelocation.h47 bool ext, uint8_t type, bool scattered = false,
50 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
46 MachORelocation(uint32_t addr, uint32_t index, bool pcrel, uint8_t len, bool ext, uint8_t type, bool scattered = false, int32_t value = 0) argument

Completed in 415 milliseconds

1234567891011>>