Searched defs:ihdr (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dfile.cc73 // ihdr is the input header (only used for openning raw files)
77 AudioUnixfile *open_input_file(const char *path, const AudioHdr ihdr, argument
111 (FileAccess)ReadOnly, ihdr, path,
148 ihdr, path, offset);
167 (FileAccess)ReadOnly, ihdr,
173 ifp = new AudioRawPipe(fd, (FileAccess)ReadOnly, ihdr,
H A Dmain.cc69 AudioHdr ihdr; // input/output headers local
102 init_header(ihdr);
109 (void) parse_format((char *)"ulaw", ihdr, ifmt, i_offset);
112 (void) parse_format((char *)"pcm", ihdr, ifmt, i_offset);
115 (void) parse_format((char *)"ulaw", ihdr, ifmt, i_offset);
118 (void) parse_format((char *)"g721", ihdr, ifmt, i_offset);
121 (void) parse_format((char *)"ulaw", ihdr, ifmt, i_offset);
171 if (parse_format(optarg, ihdr, ifmt, i_offset) == -1) {
210 init_header(ihdr);
214 if (parse_format(argv[++optind], ihdr, ifm
[all...]
H A Dconvert.cc69 AudioHdr ihdr,
75 if (((ihdr.encoding != ULAW) &&
76 (ihdr.encoding != ALAW) &&
77 (ihdr.encoding != LINEAR) &&
78 (ihdr.encoding != FLOAT) &&
79 (ihdr.encoding != G721) &&
80 (ihdr.encoding != G723)) ||
87 enc1 = ihdr.EncodingString();
100 AudioHdr ihdr,
107 if ((ihdr
68 verify_conversion( AudioHdr ihdr, AudioHdr ohdr) argument
99 noop_conversion( AudioHdr ihdr, AudioHdr ohdr, format_type i_fmt, format_type o_fmt, off_t i_offset, off_t ) argument
213 add_mux_convert( struct conv_list *&list, AudioHdr& ihdr, unsigned int& bufs) argument
252 add_pcm_convert( struct conv_list *&list, AudioHdr& ihdr, AudioEncoding tofmt, unsigned int unitsz, unsigned int& bufs) argument
292 add_channel_convert( struct conv_list *&list, AudioHdr& ihdr, unsigned int tochans, unsigned int& bufs) argument
339 add_compress( struct conv_list *&list, AudioHdr& ihdr, AudioEncoding tofmt, unsigned int unitsz, unsigned int& bufs) argument
408 add_decompress( struct conv_list *&list, AudioHdr& ihdr, AudioEncoding tofmt, unsigned int unitsz, unsigned int& bufs) argument
468 add_rate_convert( struct conv_list *&list, AudioHdr& ihdr, unsigned int torate, unsigned int& bufs) argument
556 AudioHdr ihdr; local
679 AudioHdr ihdr; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_recv.c682 struct rdsv3_header *ihdr, *hdr; local
699 ihdr = &ic->i_recv_hdrs[recv - ic->i_recvs];
702 if (!rdsv3_message_verify_checksum(ihdr)) {
713 state->ack_recv = ntohll(ihdr->h_ack);
717 if (ihdr->h_credit)
718 rdsv3_ib_send_add_credits(conn, ihdr->h_credit);
720 if (ihdr->h_sport == 0 && ihdr->h_dport == 0 && data_len == 0) {
742 (void) memcpy(hdr, ihdr, sizeof (*hdr));
754 if (hdr->h_sequence != ihdr
[all...]
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_ntlmssp.c127 struct genhdr *ihdr = ctx->ctx_ibodybuf; local
132 if (ctx->ctx_ibodylen < sizeof (*ihdr))
135 if (bcmp(ihdr->h_id, "NTLMSSP", 8))
137 mtype = letohl(ihdr->h_type);
175 struct nego_hdr *ihdr = ctx->ctx_ibodybuf; local
184 if (ctx->ctx_ibodylen < sizeof (*ihdr))
186 be->clnt_flags = letohl(ihdr->h_flags);
/illumos-gate/usr/src/tools/btxld/
H A Dbtxld.c204 struct hdr ihdr, ohdr; local
216 gethdr(fdi[i], &ihdr);
217 if (ihdr.fmt != F_BIN)
219 fmtlist[ihdr.fmt], fmtlist[F_BIN]);
220 ldr_size = ihdr.size;
226 gethdr(fdi[i], &ihdr);
227 if (ihdr.org && ihdr.org != BTX_PGSIZE)
230 ihdr.org, BTX_PGSIZE);
236 ohdr.data = btx.btx_textsz + ihdr
[all...]
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.c1682 ipha_t *ihdr; local
1769 ihdr = (ipha_t *)&mp->b_rptr[sizeof (struct ether_header)];
1770 if ((ihdr->ipha_fragment_offset_and_flags & IPH_MF)) {
1771 if (ihdr->ipha_protocol == IPPROTO_UDP) {
1774 } else if (ihdr->ipha_protocol == IPPROTO_TCP) {
1778 } else if (ihdr->ipha_protocol == IPPROTO_UDP)
H A Dsge.c1920 ipha_t *ihdr = (ipha_t *)(mp->b_rptr + offset); local
1922 int iplen = IPH_HDR_LENGTH(ihdr);
1927 addrp = (uint8_t *)&ihdr->ipha_src;
1931 addrp = (uint8_t *)&ihdr->ipha_dst;

Completed in 87 milliseconds