Searched refs:rtp (Results 1 - 25 of 47) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udpxy/test/
H A Dmktestcache.sh1 gcc -g -W -Wall -Werror --pedantic -DTRACE_MODULE -I. -o tcache test/test_cache.c dpkt.c util.c cache.c extrn.c rtp.c
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udpxy/test/
H A Dmktestcache.sh1 gcc -g -W -Wall -Werror --pedantic -DTRACE_MODULE -I. -o tcache test/test_cache.c dpkt.c util.c cache.c extrn.c rtp.c
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udpxy/test/
H A Dmktestcache.sh1 gcc -g -W -Wall -Werror --pedantic -DTRACE_MODULE -I. -o tcache test/test_cache.c dpkt.c util.c cache.c extrn.c rtp.c
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/doc/
H A Da2-encapsulation-rtp.tex4 \section{Vorbis encapsulation in RTP} \label{vorbis:over:rtp}
6 % TODO: Include draft-rtp.xml somehow?
H A DMakefile.am68 a2-encapsulation-rtp.tex \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/doc/
H A Da2-encapsulation-rtp.tex4 \section{Vorbis encapsulation in RTP} \label{vorbis:over:rtp}
6 % TODO: Include draft-rtp.xml somehow?
H A DMakefile.am68 a2-encapsulation-rtp.tex \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/doc/
H A Da2-encapsulation-rtp.tex4 \section{Vorbis encapsulation in RTP} \label{vorbis:over:rtp}
6 % TODO: Include draft-rtp.xml somehow?
H A DMakefile.am68 a2-encapsulation-rtp.tex \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Dradix-tree.c162 struct radix_tree_preload *rtp; local
169 rtp = &__get_cpu_var(radix_tree_preloads);
170 if (rtp->nr) {
171 ret = rtp->nodes[rtp->nr - 1];
172 rtp->nodes[rtp->nr - 1] = NULL;
173 rtp->nr--;
220 struct radix_tree_preload *rtp; local
225 rtp
1392 struct radix_tree_preload *rtp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Dradix-tree.c162 struct radix_tree_preload *rtp; local
169 rtp = &__get_cpu_var(radix_tree_preloads);
170 if (rtp->nr) {
171 ret = rtp->nodes[rtp->nr - 1];
172 rtp->nodes[rtp->nr - 1] = NULL;
173 rtp->nr--;
220 struct radix_tree_preload *rtp; local
225 rtp
1392 struct radix_tree_preload *rtp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Drtsp.c591 char *rtp; /* moving pointer to rtp data */ local
608 rtp = rtspc->rtp_buf;
613 rtp = k->str;
618 (rtp[0] == '$')) {
624 rtspc->rtp_channel = RTP_PKT_CHANNEL(rtp);
627 rtp_length = RTP_PKT_LENGTH(rtp);
639 result = rtp_client_write(conn, &rtp[0], rtp_length + 4);
651 rtp += rtp_length + 4;
668 if(rtp_dataleft != 0 && rtp[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Drtsp.c591 char *rtp; /* moving pointer to rtp data */ local
608 rtp = rtspc->rtp_buf;
613 rtp = k->str;
618 (rtp[0] == '$')) {
624 rtspc->rtp_channel = RTP_PKT_CHANNEL(rtp);
627 rtp_length = RTP_PKT_LENGTH(rtp);
639 result = rtp_client_write(conn, &rtp[0], rtp_length + 4);
651 rtp += rtp_length + 4;
668 if(rtp_dataleft != 0 && rtp[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Drtsp.c591 char *rtp; /* moving pointer to rtp data */ local
608 rtp = rtspc->rtp_buf;
613 rtp = k->str;
618 (rtp[0] == '$')) {
624 rtspc->rtp_channel = RTP_PKT_CHANNEL(rtp);
627 rtp_length = RTP_PKT_LENGTH(rtp);
639 result = rtp_client_write(conn, &rtp[0], rtp_length + 4);
651 rtp += rtp_length + 4;
668 if(rtp_dataleft != 0 && rtp[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udpxy/
H A Dgcc.mk49 rtp.c uopt.c dpkt.c netop.c extrn.c udpxrec.c main.c
53 UPXC_SRC = upxc.c util.c rtp.c dpkt.c extrn.c
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udpxy/
H A Dgcc.mk49 rtp.c uopt.c dpkt.c netop.c extrn.c udpxrec.c main.c
53 UPXC_SRC = upxc.c util.c rtp.c dpkt.c extrn.c
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udpxy/
H A Dgcc.mk49 rtp.c uopt.c dpkt.c netop.c extrn.c udpxrec.c main.c
53 UPXC_SRC = upxc.c util.c rtp.c dpkt.c extrn.c
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sdparm-1.02/src/
H A Dsdparm_vpd.c69 int naa, off, u, rtp; local
74 rtp = 0;
143 } else if (rtp) {
147 printf(",0x%x\n", rtp);
148 rtp = 0;
174 rtp = ((ip[2] << 8) | ip[3]);
179 printf(",0x%x\n", rtp);
181 rtp = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sdparm-1.02/src/
H A Dsdparm_vpd.c69 int naa, off, u, rtp; local
74 rtp = 0;
143 } else if (rtp) {
147 printf(",0x%x\n", rtp);
148 rtp = 0;
174 rtp = ((ip[2] << 8) | ip[3]);
179 printf(",0x%x\n", rtp);
181 rtp = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sdparm-1.02/src/
H A Dsdparm_vpd.c69 int naa, off, u, rtp; local
74 rtp = 0;
143 } else if (rtp) {
147 printf(",0x%x\n", rtp);
148 rtp = 0;
174 rtp = ((ip[2] << 8) | ip[3]);
179 printf(",0x%x\n", rtp);
181 rtp = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv6/
H A Dip6_fib.c1101 static void fib6_del_route(struct fib6_node *fn, struct rt6_info **rtp, argument
1105 struct rt6_info *rt = *rtp;
1111 *rtp = rt->dst.rt6_next;
1168 struct rt6_info **rtp; local
1198 for (rtp = &fn->leaf; *rtp; rtp = &(*rtp)->dst.rt6_next) {
1199 if (*rtp == rt) {
1200 fib6_del_route(fn, rtp, inf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Ddeclance.c330 unsigned char *rtp, *rfp; local
345 rtp = (unsigned char *) tp;
348 *rtp++ = *rfp++;
373 rtp = (unsigned char *) tp;
376 *rtp++ = *rfp++;
386 unsigned char *rtp, *rfp; local
401 rtp = (unsigned char *) tp;
405 *rtp++ = *rfp++;
431 rtp = (unsigned char *) tp;
434 *rtp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Ddeclance.c330 unsigned char *rtp, *rfp; local
345 rtp = (unsigned char *) tp;
348 *rtp++ = *rfp++;
373 rtp = (unsigned char *) tp;
376 *rtp++ = *rfp++;
386 unsigned char *rtp, *rfp; local
401 rtp = (unsigned char *) tp;
405 *rtp++ = *rfp++;
431 rtp = (unsigned char *) tp;
434 *rtp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv6/
H A Dip6_fib.c1101 static void fib6_del_route(struct fib6_node *fn, struct rt6_info **rtp, argument
1105 struct rt6_info *rt = *rtp;
1111 *rtp = rt->dst.rt6_next;
1168 struct rt6_info **rtp; local
1198 for (rtp = &fn->leaf; *rtp; rtp = &(*rtp)->dst.rt6_next) {
1199 if (*rtp == rt) {
1200 fib6_del_route(fn, rtp, inf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dallformats.c22 #include "rtp.h"
174 REGISTER_MUXER (RTP, rtp);
229 REGISTER_PROTOCOL (RTP, rtp);

Completed in 384 milliseconds

12