Searched refs:tagType (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/plasmamule/
H A Dqt-emc.cpp106 quint8 rating, sFileSize, tag, tagType; local
127 in >> tagType >> tagFormat;
257 in >> tagType; local
265 switch (tagType)
352 lastTagType = tagType;
425 lastTagType = tagType;
462 lastTagType = tagType;
502 lastTagType = tagType;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dcommon.c50 UINT16_t tagType, tagLen; local
71 tagType = (((UINT16_t) curTag[0]) << 8) +
75 if (tagType == TAG_END_OF_LIST) {
82 func(tagType, tagLen, curTag+TAG_HDR_SIZE, extra);
105 UINT16_t tagType, tagLen; local
126 tagType = (((UINT16_t) curTag[0]) << 8) +
130 if (tagType == TAG_END_OF_LIST) {
137 if (tagType == type) {
H A Dpppoe.h307 unsigned char *findTag(PPPoEPacket *packet, UINT16_t tagType,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/platforms/MacOSX/cocoa-mule/
H A DEC.h29 @property (readonly) ECTagTypes tagType; variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSearchList.cpp995 CTagString tagType(FT_FILETYPE, type);
996 tagType.WriteTagToFile(&temp, eStrEncode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pppoecd/
H A Dpppoe.c769 get_padx_tag(struct pppoe_tag *pTag, int nLen, pPadxTag pTagStruc, const unsigned short tagType) argument
779 if (htons(pTag->type) == tagType) {
H A Dpppoe2.c617 get_padx_tag(struct pppoe_tag *pTag, int nLen, pPadxTag pTagStruc, const unsigned short tagType) argument
627 if (htons(pTag->type) == tagType) {

Completed in 127 milliseconds