Searched refs:ext (Results 26 - 50 of 548) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3prin.c72 X509_EXTENSION *ext; local
92 ext = X509_get_ext(cert, i);
93 printf("%s\n", OBJ_nid2ln(OBJ_obj2nid(ext->object)));
94 if(!X509V3_EXT_print_fp(stdout, ext, 0, 0)) ERR_print_errors_fp(stderr);
H A Dv3conf.c77 X509_EXTENSION *ext; local
117 ext = X509_get_ext(cert, i);
118 printf("%s", OBJ_nid2ln(OBJ_obj2nid(ext->object)));
119 if(ext->critical) printf(",critical:\n");
121 X509V3_EXT_print_fp(stdout, ext, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3prin.c71 X509_EXTENSION *ext; local
91 ext = X509_get_ext(cert, i);
92 printf("%s\n", OBJ_nid2ln(OBJ_obj2nid(ext->object)));
93 if (!X509V3_EXT_print_fp(stdout, ext, 0, 0))
H A Dv3_lib.c72 static void ext_list_free(X509V3_EXT_METHOD *ext);
74 int X509V3_EXT_add(X509V3_EXT_METHOD *ext) argument
80 if (!sk_X509V3_EXT_METHOD_push(ext_list, ext)) {
94 const X509V3_EXT_METHOD *, ext);
96 const X509V3_EXT_METHOD *, ext);
117 const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext) argument
120 if ((nid = OBJ_obj2nid(ext->object)) == NID_undef)
157 const X509V3_EXT_METHOD *ext; local
160 if (!(ext = X509V3_EXT_get_nid(nid_from))) {
171 *tmpext = *ext;
183 ext_list_free(X509V3_EXT_METHOD *ext) argument
201 X509V3_EXT_d2i(X509_EXTENSION *ext) argument
291 X509_EXTENSION *ext, *extmp; local
[all...]
H A Dv3conf.c77 X509_EXTENSION *ext; local
118 ext = X509_get_ext(cert, i);
119 printf("%s", OBJ_nid2ln(OBJ_obj2nid(ext->object)));
120 if (ext->critical)
124 X509V3_EXT_print_fp(stdout, ext, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/include-glibc/net/
H A Dpfkeyv2.h59 #define PFKEY_ADDR_PREFIX(ext) \
60 (((struct sadb_address *)(ext))->sadb_address_prefixlen)
61 #define PFKEY_ADDR_PROTO(ext) \
62 (((struct sadb_address *)(ext))->sadb_address_proto)
63 #define PFKEY_ADDR_SADDR(ext) \
64 ((struct sockaddr *)((caddr_t)(ext) + sizeof(struct sadb_address)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_lib.c72 static void ext_list_free(X509V3_EXT_METHOD *ext);
74 int X509V3_EXT_add(X509V3_EXT_METHOD *ext) argument
80 if (!sk_X509V3_EXT_METHOD_push(ext_list, ext)) {
94 const X509V3_EXT_METHOD *, ext);
96 const X509V3_EXT_METHOD *, ext);
117 const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext) argument
120 if ((nid = OBJ_obj2nid(ext->object)) == NID_undef)
157 const X509V3_EXT_METHOD *ext; local
160 if (!(ext = X509V3_EXT_get_nid(nid_from))) {
171 *tmpext = *ext;
183 ext_list_free(X509V3_EXT_METHOD *ext) argument
201 X509V3_EXT_d2i(X509_EXTENSION *ext) argument
291 X509_EXTENSION *ext, *extmp; local
[all...]
H A Dv3conf.c77 X509_EXTENSION *ext; local
118 ext = X509_get_ext(cert, i);
119 printf("%s", OBJ_nid2ln(OBJ_obj2nid(ext->object)));
120 if (ext->critical)
124 X509V3_EXT_print_fp(stdout, ext, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/libipsec/
H A Dkey_debug.c71 static void kdebug_sadb_x_policy __P((struct sadb_ext *ext));
91 struct sadb_ext *ext; local
106 ext = (struct sadb_ext *)((caddr_t)base + sizeof(struct sadb_msg));
110 ext->sadb_ext_len, ext->sadb_ext_type);
112 if (ext->sadb_ext_len == 0) {
116 if (ext->sadb_ext_len > tlen) {
121 switch (ext->sadb_ext_type) {
123 kdebug_sadb_sa(ext);
128 kdebug_sadb_lifetime(ext);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddirac_dwt.c27 #define COMPOSE_VERTICAL(ext, align) \
28 void ff_vertical_compose53iL0##ext(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width); \
29 void ff_vertical_compose_dirac53iH0##ext(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width); \
30 void ff_vertical_compose_dd137iL0##ext(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, int width); \
31 void ff_vertical_compose_dd97iH0##ext(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, int width); \
32 void ff_vertical_compose_haar##ext(IDWTELEM *b0, IDWTELEM *b1, int width); \
33 void ff_horizontal_compose_haar0i##ext(IDWTELEM *b, IDWTELEM *tmp, int w);\
34 void ff_horizontal_compose_haar1i##ext(IDWTELEM *b, IDWTELEM *tmp, int w);\
36 static void vertical_compose53iL0##ext(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) \
43 ff_vertical_compose53iL0##ext(b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dminfo.c43 if(WORD(ext.fat32.infoSector) == MAX16)
48 (mt_off_t) WORD(secsiz) * WORD(ext.fat32.infoSector),
149 labelBlock = &boot->ext.old.labelBlock;
151 labelBlock = &boot->ext.fat32.labelBlock;
169 DWORD(ext.fat32.bigFat));
171 WORD(ext.fat32.extFlags));
173 WORD(ext.fat32.fsVersion));
175 DWORD(ext.fat32.rootCluster));
176 if(WORD(ext.fat32.infoSector) != MAX16)
178 WORD(ext
[all...]
H A Dfile_name.c36 if(dn->ext[0] > ' ') {
38 for (j=0; j<3 && dn->ext[j] > ' '; ++j,++a)
39 *a = dn->ext[j];
109 char *s, *ext; local
133 ext = strrchr(name, '.');
136 TranslateToDos(toDos, name, dn->base, 8, ext, &BaseCase, mangled);
137 if(ext)
138 TranslateToDos(toDos, ext+1, dn->ext, 3, 0, &ExtCase, mangled);
164 const char *base, const char *ext, cha
163 unix_name(doscp_t *dosCp, const char *base, const char *ext, char Case, wchar_t *ret) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dext4_extents.h203 static inline void ext4_ext_mark_uninitialized(struct ext4_extent *ext) argument
206 BUG_ON((le16_to_cpu(ext->ee_len) & ~EXT_INIT_MAX_LEN) == 0);
207 ext->ee_len |= cpu_to_le16(EXT_INIT_MAX_LEN);
210 static inline int ext4_ext_is_uninitialized(struct ext4_extent *ext) argument
213 return (le16_to_cpu(ext->ee_len) > EXT_INIT_MAX_LEN);
216 static inline int ext4_ext_get_actual_len(struct ext4_extent *ext) argument
218 return (le16_to_cpu(ext->ee_len) <= EXT_INIT_MAX_LEN ?
219 le16_to_cpu(ext->ee_len) :
220 (le16_to_cpu(ext->ee_len) - EXT_INIT_MAX_LEN));
223 static inline void ext4_ext_mark_initialized(struct ext4_extent *ext) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dcpu-multi32.h58 * ignore 'ext'.
60 void (*set_pte_ext)(pte_t *ptep, pte_t pte, unsigned int ext);
68 #define cpu_set_pte_ext(ptep,pte,ext) processor.set_pte_ext(ptep,pte,ext)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A DMakefile120 @for ext in $(PF_EXT_MAN_TARGETS); do \
121 echo ".SS $$ext" ;\
122 cat extensions/libipt_$$ext.man ;\
126 for ext in $${extra:-""}; do \
127 echo ".SS $$ext (not supported, see Patch-O-Matic)" ;\
128 cat extensions/libipt_$$ext.man ;\
134 @for ext in $(PF_EXT_MAN_MATCHES); do \
135 echo ".SS $$ext" ;\
136 cat extensions/libipt_$$ext.man ;\
140 for ext i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfldlgcmn.cpp142 wxString ext = extensionList.BeforeFirst(wxT(';'));
144 // if ext == "foo" or "foo." there's no extension
145 int idx_ext_dot = ext.Find(wxT('.'), true);
146 if ((idx_ext_dot == wxNOT_FOUND) || (idx_ext_dot == (int)ext.length() - 1))
149 ext = ext.AfterLast(wxT('.'));
151 // if ext == "*" or "bar*" or "b?r" or " " then its not valid
152 if ((ext.Find(wxT('*')) != wxNOT_FOUND) ||
153 (ext.Find(wxT('?')) != wxNOT_FOUND) ||
154 (ext
289 const wxChar *ext = extension; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tandem/
H A Dtanzip.c153 char ext[EXTENSION_MAX + 1]; local
156 extension = parsename (filename,fname,ext);
475 char ext[EXTENSION_MAX + 1] = ""; /* extension name */ local
495 extension = parsename(t,fname,ext);
519 strcat(n,ext);
594 char *ext, *cext; local
605 z->ext = z->cext = 0;
631 ext = z->extra;
638 *ext++ = *cext++ = 'T';
639 *ext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-isakmp.c65 const struct isakmp_gen *ext, \
103 const struct isakmp_gen *ext,
118 u_char np, const struct isakmp_gen *ext,
162 const struct isakmp_gen *ext,
541 const struct isakmp_gen *ext,
555 p = (struct ikev1_pl_sa *)ext;
557 safememcpy(&sa, ext, sizeof(sa));
581 np = (u_char *)ext + sizeof(sa);
583 ND_TCHECK2(*(ext + 1), sizeof(ident));
584 safememcpy(&ident, ext
540 ikev1_sa_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_, u_int32_t proto0, int depth) argument
602 ikev1_p_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, u_int32_t phase, u_int32_t doi0, u_int32_t proto0 _U_, int depth) argument
765 ikev1_t_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto, int depth _U_) argument
834 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_, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
858 ikev1_id_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, u_int32_t phase, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
1037 ikev1_cert_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi0 _U_, u_int32_t proto0 _U_, int depth _U_) argument
1070 ikev1_cr_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi0 _U_, u_int32_t proto0 _U_, int depth _U_) argument
1102 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_, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
1126 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_, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
1150 ikev1_nonce_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
1180 ikev1_n_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_, u_int32_t proto0 _U_, int depth) argument
1321 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_, u_int32_t phase _U_, u_int32_t doi0 _U_, u_int32_t proto0 _U_, int depth _U_) argument
1365 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_, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
1402 ikev2_gen_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext) argument
1424 ikev2_t_print(netdissect_options *ndo, u_char tpay _U_, int pcount, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
1502 ikev2_p_print(netdissect_options *ndo, u_char tpay _U_, int pcount _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, u_int32_t phase, u_int32_t doi0, u_int32_t proto0 _U_, int depth) argument
1566 ikev2_ke_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
1595 ikev2_ID_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
1677 ikev2_cert_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
1687 ikev2_cr_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
1697 ikev2_auth_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
1733 ikev2_nonce_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
1763 ikev2_n_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
1972 ikev2_d_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
1982 ikev2_vid_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
2016 ikev2_TS_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
2026 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_ u_int32_t phase, _U_ u_int32_t doi, _U_ u_int32_t proto, _U_ int depth) argument
2097 ikev2_cp_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
2107 ikev2_eap_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
2117 ike_sub0_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2158 ikev1_sub_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2262 const struct isakmp_gen *ext; local
2294 ikev2_sub0_print(netdissect_options *ndo, struct isakmp *base, u_char np, int pcount, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2345 ikev2_sub_print(netdissect_options *ndo, struct isakmp *base, u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2417 const struct isakmp_gen *ext; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drawdec.h52 #define FF_DEF_RAWVIDEO_DEMUXER2(shortname, longname, probe, ext, id, flag)\
60 .extensions = ext,\
67 #define FF_DEF_RAWVIDEO_DEMUXER(shortname, longname, probe, ext, id)\
68 FF_DEF_RAWVIDEO_DEMUXER2(shortname, longname, probe, ext, id, AVFMT_GENERIC_INDEX)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dmimetype.h37 void Init(const wxString& strFileType, const wxString& ext);
99 wxFileType *GetFileTypeFromExtension(const wxString& ext);
100 wxFileType *GetOrAllocateFileTypeFromExtension(const wxString& ext);
115 wxFileType *CreateFileType(const wxString& filetype, const wxString& ext);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dmimetype.h37 void Init(const wxString& strFileType, const wxString& ext) argument
38 { m_strFileType = strFileType; m_ext = ext; }
93 wxFileType *GetFileTypeFromExtension(const wxString& ext);
94 wxFileType *GetOrAllocateFileTypeFromExtension(const wxString& ext);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A DMakefile.modinst24 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D))
26 modinst_dir = $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dmimetype.h35 wxFileType *GetFileTypeFromExtension(const wxString& ext);
36 wxFileType *GetOrAllocateFileTypeFromExtension(const wxString& ext) ;
53 wxFileType *CreateFileType(const wxString& filetype, const wxString& ext);
75 void SetExt(const wxString& ext) argument
76 { m_ext = ext; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msdos/
H A Dmimetype.h32 wxFileType *GetFileTypeFromExtension(const wxString& ext);
33 wxFileType *GetOrAllocateFileTypeFromExtension(const wxString& ext) ;
50 wxFileType *CreateFileType(const wxString& filetype, const wxString& ext);
72 void SetExt(const wxString& ext) argument
73 { m_ext = ext; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/
H A Dsaa7146_core.c298 if (dev->ext) {
299 if (dev->ext->irq_mask & isr) {
300 if (dev->ext->irq_func)
301 dev->ext->irq_func(dev, &isr);
302 isr &= ~dev->ext->irq_mask;
345 struct saa7146_extension *ext = pci_ext->ext; local
442 dev->ext = ext;
460 if (ext
547 saa7146_register_extension(struct saa7146_extension* ext) argument
560 saa7146_unregister_extension(struct saa7146_extension* ext) argument
[all...]

Completed in 175 milliseconds

1234567891011>>