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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/pppoe/
H A Dpppoe_client.c38 copy_tag(&ses->curr_pkt,get_tag(p_in->hdr,PTT_HOST_UNIQ));
43 // copy_tag(&ses->curr_pkt,get_tag(p_in->hdr,PTT_AC_NAME));
48 copy_tag(&ses->curr_pkt,get_tag(p_in->hdr,PTT_SRV_NAME));
50 copy_tag(&ses->curr_pkt,get_tag(p_in->hdr,PTT_AC_COOKIE));
51 copy_tag(&ses->curr_pkt,get_tag(p_in->hdr,PTT_RELAY_SID));
H A Dpppoe.h249 extern void copy_tag(struct pppoe_packet *dest, struct pppoe_tag *pt);
H A Dpppoe_relay.c42 copy_tag(p_in, tag);
H A Dlibpppoe.c121 void copy_tag(struct pppoe_packet *dest, struct pppoe_tag *pt) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dyop.c151 * @param copy_tag the tag that was in the nibble
153 static int yop_copy_previous_block(YopDecContext *s, int linesize, int copy_tag) argument
158 bufptr = s->dstptr + motion_vector[copy_tag][0] +
159 linesize * motion_vector[copy_tag][1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dyop.c134 * @param copy_tag the tag that was in the nibble
136 static int yop_copy_previous_block(YopDecContext *s, int copy_tag) argument
141 bufptr = s->dstptr + motion_vector[copy_tag][0] +
142 s->frame.linesize[0] * motion_vector[copy_tag][1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dismindex.c93 static int copy_tag(AVIOContext *in, AVIOContext *out, int32_t tag_name) function
122 copy_tag(in, out, MKBETAG('m', 'o', 'o', 'f'));
123 copy_tag(in, out, MKBETAG('m', 'd', 'a', 't'));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dpppoe.h250 extern void copy_tag(struct pppoe_packet *dest, struct pppoe_tag *pt);

Completed in 89 milliseconds