Searched refs:header (Results 126 - 150 of 841) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dcapability.c37 * @header: pointer to struct that contains capability version and
44 asmlinkage long sys_capget(cap_user_header_t header, cap_user_data_t dataptr) argument
52 if (get_user(version, &header->version))
56 if (put_user(_LINUX_CAPABILITY_VERSION, &header->version))
61 if (get_user(pid, &header->pid))
155 * @header: pointer to struct that contains capability version and
173 asmlinkage long sys_capset(cap_user_header_t header, const cap_user_data_t data) argument
181 if (get_user(version, &header->version))
185 if (put_user(_LINUX_CAPABILITY_VERSION, &header->version))
190 if (get_user(pid, &header
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dmkerrcodes.c28 static const char header[] = variable
55 printf ("%s", header);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A DMakefile.headersinst4 # header-y files will be installed verbatim
53 header-y := $(sort $(header-y))
55 subdir-y := $(patsubst %/,%,$(filter %/, $(header-y)))
56 header-y := $(filter-out %/, $(header-y))
57 header-y := $(filter-out $(unifdef-y),$(header-y))
59 # stamp files for header checks
60 check-y := $(patsubst %,.check.%,$(header
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_stream.c8 * dsi_stream_send: send a DSI header + data.
9 * dsi_stream_receive: read a DSI header + data.
428 block[0] = dsi->header.dsi_flags;
429 block[1] = dsi->header.dsi_command;
430 memcpy(block + 2, &dsi->header.dsi_requestID,
431 sizeof(dsi->header.dsi_requestID));
432 memcpy(block + 4, &dsi->header.dsi_code, sizeof(dsi->header.dsi_code));
433 memcpy(block + 8, &dsi->header.dsi_len, sizeof(dsi->header
[all...]
H A Ddsi_read.c32 * it will send off the header plus whatever is in its command
40 dsi->header.dsi_flags = DSIFL_REPLY;
41 /*dsi->header.dsi_command = DSIFUNC_CMD;*/
42 dsi->header.dsi_len = htonl(size);
43 dsi->header.dsi_code = htonl(err);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dnvram_rw.c50 extern int _nvram_commit(struct nvram_header *header);
491 struct nvram_header *header; local
494 if (!(header = (struct nvram_header *) MALLOC(NULL, MAX_NVRAM_SPACE))) {
502 ret = _nvram_commit(header);
505 MFREE(NULL, header, MAX_NVRAM_SPACE);
513 struct nvram_header *header; local
518 if (!(header = (struct nvram_header *) MALLOC(NULL, MAX_NVRAM_SPACE))) {
526 ret = _nvram_commit(header);
530 src = (uint32 *) &header[1];
533 for (i = sizeof(struct nvram_header); i < header
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_dtree.c131 if (((P)->header.nextindex > (((BN)==0)?DTROOTMAXSLOT:(P)->header.maxslot)) ||\
132 ((BN) && ((P)->header.maxslot > DTPAGEMAXSLOT)))\
645 for (base = 0, lim = p->header.nextindex; lim; lim >>= 1) {
648 if (p->header.flag & BT_LEAF) {
667 if (p->header.flag & BT_LEAF) {
737 if (p->header.flag & BT_LEAF) {
869 if (n > p->header.freecnt) {
893 /* linelock header */
901 if (!(p->header
[all...]
H A Djfs_xtree.c70 if ((le16_to_cpu((P)->header.nextindex) < XTENTRYSTART) ||\
71 (le16_to_cpu((P)->header.nextindex) > le16_to_cpu((P)->header.maxentry)) ||\
72 (le16_to_cpu((P)->header.maxentry) > (((BN)==0)?XTROOTMAXSLOT:PSIZE>>L2XTSLOTSIZE)))\
297 if (index == le16_to_cpu(p->header.nextindex)) {
298 if (p->header.flag & BT_ROOT)
301 if ((bn = le64_to_cpu(p->header.next)) == 0)
380 if (index == le16_to_cpu(p->header.nextindex) - 1) {
381 if (p->header.flag & BT_ROOT)
441 if (index == le16_to_cpu(p->header
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-check.h40 const message_ty *header,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr012/
H A Dchk.vx_code22 header()
48 header $i > MAIN.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhttp_digest.c126 const char *header) /* rest of the *-authenticate:
127 header */
145 while(*header && ISSPACE(*header))
146 header++;
148 if(checkprefix("Digest", header)) {
149 header += strlen("Digest");
162 while(*header && ISSPACE(*header))
163 header
124 Curl_input_digest(struct connectdata *conn, bool proxy, const char *header) argument
[all...]
H A Dhttp_negotiate_sspi.c81 const char *header)
99 while(*header && ISSPACE(*header))
100 header++;
102 if(checkprefix("GSS-Negotiate", header)) {
106 else if(checkprefix("Negotiate", header)) {
152 header += strlen(neg_ctx->protocol);
153 while(*header && ISSPACE(*header))
154 header
80 Curl_input_negotiate(struct connectdata *conn, bool proxy, const char *header) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dffm.h2 * FFM (ffserver live feed) common header
47 uint8_t header[FRAME_HEADER_SIZE+4]; member in struct:FFMContext
H A Dwestwood.c32 * entails performing sanity checks on certain header values in order to
92 * so perform sanity checks on various header parameters:
119 /* read ahead to the first audio chunk and validate the first header signature */
133 unsigned char header[AUD_HEADER_SIZE]; local
135 if (get_buffer(pb, header, AUD_HEADER_SIZE) != AUD_HEADER_SIZE)
137 wsaud->audio_samplerate = AV_RL16(&header[0]);
138 if (header[11] == 99)
144 wsaud->audio_channels = (header[10] & 0x1) + 1;
146 wsaud->audio_bits = (((header[10] & 0x2) >> 1) + 1) * 8;
220 unsigned char *header; local
[all...]
H A Damr.c83 uint8_t header[9]; local
85 get_buffer(pb, header, 6);
92 if(memcmp(header,AMR_header,6)!=0)
94 get_buffer(pb, header+6, 3);
95 if(memcmp(header,AMRWB_header,9)!=0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext_attr.c70 struct ext2_ext_attr_header *header; local
88 header = (struct ext2_ext_attr_header *) block_buf;
89 header->h_refcount += adjust;
91 *newcount = header->h_refcount;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_dbex.c89 OSPF6_MESSAGE_ATTACH (directack, lsa->header,
138 if (ospf6_lsdb_lookup (received->header->type, received->header->id,
139 received->header->adv_router,
140 ospf6_lsa_get_scope (received->header->type,
144 if (OSPF6_LSA_IS_SCOPE_LINKLOCAL (ntohs (received->header->type)))
154 else if (OSPF6_LSA_IS_SCOPE_AREA (ntohs (received->header->type)))
164 else if (OSPF6_LSA_IS_SCOPE_AS (ntohs (received->header->type)))
187 rem = ospf6_lsdb_lookup_lsdb (lsa->header->type, lsa->header
[all...]
H A Dospf6_lsa.c89 if (! ospf6_lsa_issame (lsa1->header, lsa2->header))
97 if (ntohs (lsa1->header->age) == MAXAGE &&
98 ntohs (lsa2->header->age) != MAXAGE)
100 if (ntohs (lsa1->header->age) != MAXAGE &&
101 ntohs (lsa2->header->age) == MAXAGE)
105 if (ntohs (lsa1->header->length) != ntohs (lsa2->header->length))
108 cmplen = ntohs (lsa1->header->length) - sizeof (struct ospf6_lsa_header);
109 diff = memcmp (lsa1->header
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dsclp_rw.h47 struct mdb_header header; member in struct:mdb
52 struct evbuf_header header; member in struct:msg_buf
57 struct sccb_header header; member in struct:write_sccb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_read.c30 * it will send off the header plus whatever is in its command
40 dsi->header.dsi_flags = DSIFL_REPLY;
41 dsi->header.dsi_len = htonl(size);
42 dsi->header.dsi_code = htonl(err);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dxattr.c26 * | header |
37 * The block header is followed by multiple entry descriptors. These entry
368 struct ext2_xattr_header *header = NULL; local
375 * header -- Points either into bh, or to a temporarily
378 * the block pointed to by header.
380 * pointed to by header.
383 * end -- Points right after the block pointed to by header.
406 header = HDR(bh);
408 if (header->h_magic != cpu_to_le32(EXT2_XATTR_MAGIC) ||
409 header
626 ext2_xattr_set2(struct inode *inode, struct buffer_head *old_bh, struct ext2_xattr_header *header) argument
907 ext2_xattr_cache_find(struct inode *inode, struct ext2_xattr_header *header) argument
962 ext2_xattr_hash_entry(struct ext2_xattr_header *header, struct ext2_xattr_entry *entry) argument
998 ext2_xattr_rehash(struct ext2_xattr_header *header, struct ext2_xattr_entry *entry) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_encoder_framing.c219 FLAC__bool FLAC__frame_add_header(const FLAC__FrameHeader *header, FLAC__BitWriter *bw) argument
232 if(!FLAC__bitwriter_write_raw_uint32(bw, (header->number_type == FLAC__FRAME_NUMBER_TYPE_FRAME_NUMBER)? 0 : 1, FLAC__FRAME_HEADER_BLOCKING_STRATEGY_LEN))
235 FLAC__ASSERT(header->blocksize > 0 && header->blocksize <= FLAC__MAX_BLOCK_SIZE);
236 /* when this assertion holds true, any legal blocksize can be expressed in the frame header */
239 switch(header->blocksize) {
254 if(header->blocksize <= 0x100)
263 FLAC__ASSERT(FLAC__format_sample_rate_is_valid(header->sample_rate));
265 switch(header->sample_rate) {
278 if(header
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dnamequery.c102 nmb->header.name_trn_id = generate_trn_id();
103 nmb->header.opcode = 0;
104 nmb->header.response = False;
105 nmb->header.nm_flags.bcast = False;
106 nmb->header.nm_flags.recursion_available = False;
107 nmb->header.nm_flags.recursion_desired = False;
108 nmb->header.nm_flags.trunc = False;
109 nmb->header.nm_flags.authoritative = False;
110 nmb->header.rcode = 0;
111 nmb->header
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp_gre.c682 unsigned char buffer[PACKET_MAX + 64 /*ip header*/];
683 struct pptp_gre_header *header; local
695 /* strip off IP header, if present */
698 header = (struct pptp_gre_header *)(buffer + ip_len);
701 ((ntoh8(header->ver) & 0x7F) != PPTP_GRE_VER) ||
703 (ntoh16(header->protocol) != PPTP_GRE_PROTO)||
705 PPTP_GRE_IS_C(ntoh8(header->flags)) ||
707 PPTP_GRE_IS_R(ntoh8(header->flags)) ||
709 (!PPTP_GRE_IS_K(ntoh8(header->flags))) ||
711 ((ntoh8(header
838 struct pptp_gre_header header; member in union:__anon1556
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dencoder_example.c65 /* we cheat on the WAV header; we just bypass 44 bytes (simplest WAV
66 header is 44 bytes) and assume that the data is 44.1khz, stereo, 16 bit
79 /* we cheat on the WAV header; we just bypass the header and never
150 /* Vorbis streams begin with three headers; the initial header (with
152 bitstream spec. The second header holds any comment fields. The
153 third header holds the bitstream codebook. We merely need to
158 ogg_packet header; local
162 vorbis_analysis_headerout(&vd,&vc,&header,&header_comm,&header_code);
163 ogg_stream_packetin(&os,&header); /* automaticall
[all...]

Completed in 270 milliseconds

1234567891011>>