Searched refs:add_tag (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/pppoe/
H A Dlibpppoe.c49 static void add_tag(struct pppoe_hdr *ph, struct pppoe_tag *pt) function
56 printf("PPPoE add_tag caller is buggy\n");
145 add_tag(dest->hdr,next_tag(dest->hdr));
305 add_tag(ph, tag);
313 add_tag(ph, tag);
321 add_tag(ph, tag);
332 add_tag(ph, tag);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dfile.c194 * NAME: add_tag()
198 struct id3_tag *add_tag(struct id3_file *file, id3_length_t length) function
277 tag = add_tag(file, size);
295 tag = add_tag(file, size);
307 tag = (size > 0) ? add_tag(file, size) : 0;
319 add_tag(file, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dfile.c194 * NAME: add_tag()
198 struct id3_tag *add_tag(struct id3_file *file, id3_length_t length) function
277 tag = add_tag(file, size);
295 tag = add_tag(file, size);
307 tag = (size > 0) ? add_tag(file, size) : 0;
319 add_tag(file, size);

Completed in 45 milliseconds