HomeSort by relevance Sort by last modified time
    Searched refs:TAG_HDR_SIZE (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/plugins/rp-pppoe/
common.c 78 if ((curTag - packet->payload) + tagLen + TAG_HDR_SIZE > len) {
82 func(tagType, tagLen, curTag+TAG_HDR_SIZE, extra);
83 curTag = curTag + TAG_HDR_SIZE + tagLen;
133 if ((curTag - packet->payload) + tagLen + TAG_HDR_SIZE > len) {
138 memcpy(tag, curTag, tagLen + TAG_HDR_SIZE);
141 curTag = curTag + TAG_HDR_SIZE + tagLen;
429 memcpy(cursor, &hostUniq, sizeof(pid) + TAG_HDR_SIZE);
430 cursor += sizeof(pid) + TAG_HDR_SIZE;
431 plen += sizeof(pid) + TAG_HDR_SIZE;
441 memcpy(cursor, &err, elen + TAG_HDR_SIZE);
    [all...]
discovery.c 255 plen = TAG_HDR_SIZE + namelen;
270 CHECK_ROOM(cursor, packet.payload, namelen+TAG_HDR_SIZE);
275 cursor += namelen + TAG_HDR_SIZE;
284 CHECK_ROOM(cursor, packet.payload, sizeof(pid) + TAG_HDR_SIZE);
285 memcpy(cursor, &hostUniq, sizeof(pid) + TAG_HDR_SIZE);
286 cursor += sizeof(pid) + TAG_HDR_SIZE;
287 plen += sizeof(pid) + TAG_HDR_SIZE;
426 plen = TAG_HDR_SIZE + namelen;
443 cursor += namelen + TAG_HDR_SIZE;
452 CHECK_ROOM(cursor, packet.payload, sizeof(pid)+TAG_HDR_SIZE);
    [all...]
pppoe.h 235 #define TAG_HDR_SIZE 4

Completed in 30 milliseconds