Searched refs:etype (Results 1 - 25 of 105) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-symantec.c52 u_int16_t etype; local
56 etype = EXTRACT_16BITS(&sp->ether_type);
58 if (etype <= ETHERMTU)
59 (void)printf("invalid ethertype %u", etype);
62 tok2str(ethertype_values,"Unknown", etype),
63 etype);
65 if (etype <= ETHERMTU)
66 (void)printf("invalid ethertype %u", etype);
68 (void)printf("%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dtruncate.c31 struct kernel_lb_addr *eloc, int8_t etype, uint32_t elen,
41 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) {
44 etype = (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30);
47 nelen = (etype << 30) | nelen;
53 if (etype == (EXT_RECORDED_ALLOCATED >> 30))
56 if (etype != (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30))
74 int8_t etype = -1, netype; local
94 etype = netype;
109 extent_trunc(inode, &epos, &eloc, etype, elen, nelen);
130 int8_t etype local
30 extent_trunc(struct inode *inode, struct extent_position *epos, struct kernel_lb_addr *eloc, int8_t etype, uint32_t elen, uint32_t nelen) argument
205 int8_t etype; local
[all...]
H A Dinode.c480 int8_t etype; local
514 etype = udf_next_aext(inode, &next_epos, &eloc, &elen, 1);
515 if (etype == -1)
520 laarr[c].extLength = (etype << 30) | elen;
523 if (etype != (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30))
543 if (etype == (EXT_RECORDED_ALLOCATED >> 30)) {
548 etype = udf_write_aext(inode, &cur_epos, &eloc, elen, 1);
560 if (etype == -1) {
620 etype = udf_next_aext(inode, &next_epos, &eloc, &elen, 0);
621 if (etype !
713 int8_t etype = (laarr[curr].extLength >> 30); local
1654 int8_t etype; local
1834 int8_t etype; local
1857 int8_t etype; local
1913 int8_t etype; local
1934 int8_t etype; local
2019 int8_t etype; local
[all...]
H A Dballoc.c365 int8_t etype; local
391 (etype = udf_next_aext(table, &epos, &eloc, &elen, 1)) != -1) {
400 elen = (etype << 30) |
403 elen = (etype << 30) |
418 elen = (etype << 30) |
422 elen = (etype << 30) |
593 int8_t etype = -1; local
614 (etype = udf_next_aext(table, &epos, &eloc, &elen, 1)) != -1) {
629 (etype << 30) | elen, 1);
632 (etype << 3
656 int8_t etype; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/cs/
H A Dbfa_sm.h30 * etype - object type, eg. enum ioc_event
32 #define bfa_sm_state_decl(oc, st, otype, etype) \
33 static void oc ## _sm_ ## st(otype * fsm, etype event)
61 * etype - object type, eg. enum ioc_event
63 #define bfa_fsm_state_decl(oc, st, otype, etype) \
64 static void oc ## _sm_ ## st(otype * fsm, etype event); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dads_status.c29 ADS_STATUS ads_build_error(enum ads_error_type etype, argument
34 if (etype == ENUM_ADS_ERROR_NT) {
43 ret.error_type = etype;
48 ADS_STATUS ads_build_nt_error(enum ads_error_type etype, argument
53 if (etype != ENUM_ADS_ERROR_NT) {
61 ret.error_type = etype;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/visupng/
H A Dcexcept.h196 #define define_exception_type(etype) \
200 volatile struct { etype etmp; } v; \
206 /* avoid warnings about a duplicate volatile qualifier in case etype */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/examples/
H A Dlimagemagic.lua41 if event.etype == "Create" or event.etype == "Modify" then
66 if event.etype == "Delete" then
101 if event.etype == "Create" or
102 event.etype == "Modify" or
103 event.etype == "Delete"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Dfsevents.c152 const char *etype = NULL; local
231 etype = "Attrib";
235 etype = "Create";
238 etype = "Delete";
241 etype = "Move";
244 etype = "Modify";
248 if (etype) {
258 lua_pushstring(L, etype);
H A Ddefault-rsyncssh.lua76 if event.etype == 'Move' then
95 if event.etype == 'Delete' then
109 return e.etype == 'Delete'
115 function( etype, path1, path2 )
160 return e.etype ~= 'Move' and
161 e.etype ~= 'Delete' and
162 e.etype ~= 'Init' and
163 e.etype ~= 'Blanket'
203 if not agent.isList and agent.etype == 'Init' then
245 log('Normal', 'Finished ',agent.etype,' ',agen
[all...]
H A Ddefault-direct.lua60 if event.etype == 'Create' then
76 elseif event.etype == 'Modify' then
85 elseif event.etype == 'Delete' then
104 elseif event.etype == 'Move' then
129 log('Warn', 'ignored an event of type "',event.etype, '"')
141 if not agent.isList and agent.etype == 'Init' then
H A Dlsyncd.lua390 local function new( etype, sync, alarm, path, path2 )
397 etype = etype,
468 d2.etype, ':',d2.path,
470 d1.etype,':',d1.path
487 d2.etype,':',d2.path,
489 d1.etype,':',d1.path
498 d2.etype, ':', d2.path,
500 d1.etype, ':', d1.path
514 d2.etype, '
822 etype = function( event ) function
[all...]
H A Ddefault.lua65 local func = config[ 'on'.. event.etype ]
99 if not agent.isList and agent.etype == 'Init' then
175 log('Normal', 'Retrying ',agent.etype,' on ',agent.sourcePath,' = ',exitcode)
177 log('Normal', 'Finished ',agent.etype,' on ',agent.sourcePath,' = ',exitcode)
179 log('Error', 'Failure with ',agent.etype,' on ',agent.sourcePath,' = ',exitcode)
181 log('Normal', 'Unknown exitcode "',exitcode,'" with ', agent.etype,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpictordec.c105 int bits_per_plane, bpp, etype, esize, npal, pos_after_pal; local
130 etype = bytestream2_get_le16(&s->g);
135 etype = -1;
159 if (etype == 1 && esize > 1 && bytestream2_peek_byte(&s->g) < 6) {
164 } else if (etype == 2) {
170 } else if (etype == 3) {
176 } else if (etype == 4 || etype == 5) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpictordec.c107 int bits_per_plane, bpp, etype, esize, npal, pos_after_pal; local
132 etype = bytestream2_get_le16(&s->g);
137 etype = -1;
159 if (etype == 1 && esize > 1 && bytestream2_peek_byte(&s->g) < 6) {
164 } else if (etype == 2) {
170 } else if (etype == 3) {
176 } else if (etype == 4 || etype == 5) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Disakmp.c361 switch (isakmp->etype) {
394 isakmp->etype) < 0)
416 if (iph1->etype != isakmp->etype) {
420 s_isakmp_etype(iph1->etype),
421 s_isakmp_etype(isakmp->etype));
438 isakmp->etype);
534 isakmp->etype, saddr2str(remote));
562 if (ph1exchange[etypesw1(iph1->etype)]
569 error = (ph1exchange[etypesw1(iph1->etype)]
[all...]
H A Dremoteconf.c246 check_etypeok(rmconf, etype)
248 u_int8_t etype;
253 if (e->type == etype)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c58 .etype = ENCTYPE_DES_CBC_RAW,
79 .etype = ENCTYPE_ARCFOUR_HMAC,
100 .etype = ENCTYPE_DES3_CBC_RAW,
121 .etype = ENCTYPE_AES128_CTS_HMAC_SHA1_96,
144 .etype = ENCTYPE_AES256_CTS_HMAC_SHA1_96,
169 supported_gss_krb5_enctype(int etype) argument
173 if (supported_gss_krb5_enctypes[i].etype == etype)
179 get_gss_krb5_enctype(int etype) argument
183 if (supported_gss_krb5_enctypes[i].etype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dbootstd.h115 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
116 type name(atype a, btype b, ctype c, dtype d, etype e) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dkrb5_asn.h77 ** etype[0] INTEGER, -- EncryptionType
84 ASN1_INTEGER *etype; member in struct:krb5_encdata_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/krb5/
H A Dkrb5_asn.h77 ** etype[0] INTEGER, -- EncryptionType
84 ASN1_INTEGER *etype; member in struct:krb5_encdata_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/krb5/
H A Dkrb5_asn.h78 * etype[0] INTEGER, -- EncryptionType
84 ASN1_INTEGER *etype; member in struct:krb5_encdata_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/krb5/
H A Dkrb5_asn.h78 * etype[0] INTEGER, -- EncryptionType
84 ASN1_INTEGER *etype; member in struct:krb5_encdata_st
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_driver.c319 u32 eflags, etype, tlen, i = 0, updegr = 0, crcs = 0; local
341 etype = qib_hdrget_rcv_type(rhf_addr);
347 (etype != RCVHQ_RCV_TYPE_EXPECTED)) {
351 etype >= RCVHQ_RCV_TYPE_NON_KD)
362 if (etype == RCVHQ_RCV_TYPE_NON_KD && !eflags &&
376 else if (etype == RCVHQ_RCV_TYPE_NON_KD) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dentities.h52 xmlEntityType etype; /* The entity type */ member in struct:_xmlEntity

Completed in 245 milliseconds

12345