Searched refs:eoc (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.c238 unsigned char **eoc,
253 *eoc = ctx->pointer + len;
255 *eoc = NULL;
259 static unsigned char asn1_eoc_decode(struct asn1_ctx *ctx, unsigned char *eoc) argument
263 if (eoc == 0) {
281 if (ctx->pointer != eoc) {
289 static unsigned char asn1_null_decode(struct asn1_ctx *ctx, unsigned char *eoc) argument
291 ctx->pointer = eoc;
296 unsigned char *eoc,
308 while (ctx->pointer < eoc) {
237 asn1_header_decode(struct asn1_ctx *ctx, unsigned char **eoc, unsigned int *cls, unsigned int *con, unsigned int *tag) argument
295 asn1_long_decode(struct asn1_ctx *ctx, unsigned char *eoc, long *integer) argument
323 asn1_uint_decode(struct asn1_ctx *ctx, unsigned char *eoc, unsigned int *integer) argument
352 asn1_ulong_decode(struct asn1_ctx *ctx, unsigned char *eoc, unsigned long *integer) argument
381 asn1_octets_decode(struct asn1_ctx *ctx, unsigned char *eoc, unsigned char **octets, unsigned int *len) argument
426 asn1_oid_decode(struct asn1_ctx *ctx, unsigned char *eoc, unsigned long **oid, unsigned int *len) argument
665 unsigned char *eoc, *end, *p; local
1022 unsigned char *eoc, *end; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dasn1.c190 unsigned char **eoc,
203 *eoc = ctx->pointer + len;
205 *eoc = NULL;
210 asn1_eoc_decode(struct asn1_ctx *ctx, unsigned char *eoc) argument
214 if (eoc == NULL) {
232 if (ctx->pointer != eoc) {
241 unsigned char *eoc)
243 ctx->pointer = eoc;
248 unsigned char *eoc, long *integer)
259 while (ctx->pointer < eoc) {
189 asn1_header_decode(struct asn1_ctx *ctx, unsigned char **eoc, unsigned int *cls, unsigned int *con, unsigned int *tag) argument
380 asn1_oid_decode(struct asn1_ctx *ctx, unsigned char *eoc, unsigned long **oid, unsigned int *len) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Dbio_lib.c478 BIO *ret=NULL,*eoc=NULL,*bio,*new; local
505 eoc=new;
506 ret=eoc;
510 BIO_push(eoc,new);
511 eoc=new;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbio_lib.c524 BIO *ret=NULL,*eoc=NULL,*bio,*new; local
551 eoc=new;
552 ret=eoc;
556 BIO_push(eoc,new);
557 eoc=new;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtlan.c1431 int eoc = 0; local
1451 eoc = 1;
1464 if ( eoc ) {
1554 int eoc = 0; local
1572 eoc = 1;
1636 if ( eoc ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Deata.c729 unchar eoc : 1, member in struct:mssp
733 eoc : 1; /* End Of Command (1 = command completed) */
2361 if (spp->eoc == 0 && ha->iocount > 1)
2363 ("%s: ihdlr, spp->eoc == 0, irq %d, reg 0x%x, count %d.\n",
2369 if (spp->eoc == 0 || spp->cpp_index < 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c2346 int nr_sectors, ssize, eoc, heads; local
2362 eoc = 1;
2364 eoc = 0;
2373 R_SECTOR - SECTOR + eoc) << SIZECODE >> 2;
2383 printk("heads=%d eoc=%d\n", heads, eoc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dairo.c971 unsigned int eoc: 1; member in struct:__anon6014
2020 ai->txfids[0].tx_desc.eoc = 1;
2523 ai->txfids[i-1].tx_desc.eoc = 1; /* Last descriptor has EOC set */
2639 ai->txfids[i-1].tx_desc.eoc = 1; /* Last descriptor has EOC set */

Completed in 145 milliseconds