Searched refs:framing (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/src/
H A DMakefile.am7 libogg_la_SOURCES = framing.c bitwise.c
17 test_framing_SOURCES = framing.c
H A DMakefile.in56 am_libogg_la_OBJECTS = framing.lo bitwise.lo
68 am_test_framing_OBJECTS = test_framing-framing.$(OBJEXT)
216 libogg_la_SOURCES = framing.c bitwise.c
220 test_framing_SOURCES = framing.c
305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/framing.Plo@am__quote@
307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_framing-framing.Po@am__quote@
344 test_framing-framing.o: framing.c
345 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_framing_CFLAGS) $(CFLAGS) -MT test_framing-framing.o -MD -MP -MF $(DEPDIR)/test_framing-framing
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/doc/
H A DMakefile.am7 doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
H A DMakefile.in190 doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A DuPD98402.c24 unsigned char framing; /* SONET/SDH framing */ member in struct:uPD98402_priv
54 static int set_framing(struct atm_dev *dev,unsigned char framing) argument
61 switch (framing) {
141 return put_user(PRIV(dev)->framing,(int __user *)arg) ?
H A Dsuni.c223 int framing; local
229 framing = SONET_FRAME_SONET;
231 framing = SONET_FRAME_SDH;
233 return put_user(framing, (int __user *) arg) ? -EFAULT : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dfarsync.h120 unsigned char framing; /* E1, T1 or J1 */ member in struct:fstioc_info
134 unsigned int framingErrorCount; /* framing errors */
H A Dfarsync.c170 #define RX_FRAM 0x20 /* Rx: framing error */
229 u8 framing; member in struct:su_config
1708 if (info->framing == E1)
1710 if (info->framing == T1)
1712 if (info->framing == J1)
1714 FST_WRB(card, suConfig.framing, my_framing);
1828 info->framing = FST_RDB(card, suConfig.framing);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DMakefile.am17 framing.html \
H A Da1-encapsulation-ogg.tex16 bitstream overview} and \href{framing.html}{Ogg logical
17 bitstream and framing spec} provide detailed descriptions of Ogg
H A D04-codec.tex67 \varname{[blocksize_1]}. The framing bit must be nonzero. Failure to
104 configurations. It finishes with a framing bit of '1'. Header decode
263 \item read 1 bit as a framing flag. If unset, a framing error occurred and the stream is not
H A DMakefile.in219 framing.html \
H A D01-introduction.tex50 Vorbis provides none of its own framing, synchronization or protection
65 that provides free-form framing, sync, positioning and error correction
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dpptp_msg.h136 u_int32_t framing; /* Framing type */ member in struct:pptp_out_call_rqst
189 u_int32_t framing; /* Framing type */ member in struct:pptp_in_call_connect
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcdk.h395 unsigned long framing; member in struct:asystats
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dray_cs.c1388 * Wireless Private Handler : set framing mode
1393 translate = *(extra); /* Set framing mode */
1400 * Wireless Private Handler : get framing mode
1493 #define SIOCSIPFRAMING SIOCIWFIRSTPRIV /* Set framing mode */
1494 #define SIOCGIPFRAMING SIOCIWFIRSTPRIV + 1 /* Get framing mode */
2577 static char *framing[] = { "Encapsulation", "Translation" } variable
2633 seq_printf(m, "Framing mode = %s\n", framing[translate]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Distallion.c4108 stli_comstats.rxframing = stli_cdkstats.framing;

Completed in 226 milliseconds