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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegvideo_parser.c34 int frame_rate_index, ext_type, bytes_left; local
68 ext_type = (buf[0] >> 4);
69 switch(ext_type) {
H A Dmpeg12.c1577 int ext_type; local
1581 ext_type = get_bits(&s->gb, 4);
1582 switch(ext_type) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dv3_conf.c84 int ext_type; local
87 if ((ext_type = v3_check_generic(&value)))
88 return v3_generic_extension(name, value, crit, ext_type);
104 int ext_type; local
106 if ((ext_type = v3_check_generic(&value)))
108 value, crit, ext_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_conf.c85 int ext_type; local
88 if ((ext_type = v3_check_generic(&value)))
89 return v3_generic_extension(name, value, crit, ext_type, ctx);
105 int ext_type; local
107 if ((ext_type = v3_check_generic(&value)))
109 value, crit, ext_type, ctx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dgdth_ioctl.h247 ushort ext_type; /* extended type */ member in struct:__anon6593::__anon6594::__anon6597
314 ushort ext_type; /* extended type */ member in struct:__anon6606
H A Dgdth.c5454 ctrt.ext_type = 0x6000 | ha->subdevice_id;
5456 ctrt.ext_type = 0x6000 | ha->stype;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/key/
H A Daf_key.c455 uint16_t ext_type; local
460 ext_type = ehdr->sadb_ext_type;
463 ext_type == SADB_EXT_RESERVED)
466 if (ext_type <= SADB_EXT_MAX) {
467 int min = (int) sadb_ext_min_len[ext_type];
470 if (ext_hdrs[ext_type-1] != NULL)
472 if (ext_type == SADB_EXT_ADDRESS_SRC ||
473 ext_type == SADB_EXT_ADDRESS_DST ||
474 ext_type == SADB_EXT_ADDRESS_PROXY ||
475 ext_type
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/myri10ge/
H A Dmyri10ge.c2435 u8 ext_type; local
2444 ext_type = (val & PCI_EXP_FLAGS_TYPE) >> 4;
2445 if (ext_type != PCI_EXP_TYPE_ROOT_PORT) {
2463 ext_type = (val & PCI_EXP_FLAGS_TYPE) >> 4;
2464 } while (ext_type != PCI_EXP_TYPE_ROOT_PORT);

Completed in 75 milliseconds