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

  /external/ppp/pppd/plugins/rp-pppoe/
common.c 196 unsigned char pseudoHeader[12];
201 memcpy(pseudoHeader, ipHdr+12, 8);
202 pseudoHeader[8] = 0;
203 pseudoHeader[9] = ipHdr[9];
204 pseudoHeader[10] = (count >> 8) & 0xFF;
205 pseudoHeader[11] = (count & 0xFF);
208 sum += * (UINT16_t *) pseudoHeader;
209 sum += * ((UINT16_t *) (pseudoHeader+2));
210 sum += * ((UINT16_t *) (pseudoHeader+4));
211 sum += * ((UINT16_t *) (pseudoHeader+6))
    [all...]
  /external/dnsmasq/src/
rfc1035.c 428 /* restore pseudoheader */
442 /* See if packet has an RFC2671 pseudoheader, and if so return a pointer to it.
443 also return length of pseudoheader in *len and pointer to the UDP size in *p
1144 /* If there is an RFC2671 pseudoheader then it will be overwritten by
    [all...]
forward.c 453 sections of the packet. Find the new length here and put back pseudoheader

Completed in 1459 milliseconds