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

  /external/ppp/pppd/plugins/rp-pppoe/
common.c 186 * tcpHdr -- pointer to TCP header
191 computeTCPChecksum(unsigned char *ipHdr, unsigned char *tcpHdr)
195 unsigned char *addr = tcpHdr;
245 unsigned char *tcpHdr;
303 tcpHdr = ipHdr + (ipHdr[0] & 0x0F) * 4;
306 if (!(tcpHdr[13] & 0x02)) {
312 csum = computeTCPChecksum(ipHdr, tcpHdr);
321 endHdr = tcpHdr + ((tcpHdr[12] & 0xF0) >> 2);
322 opt = tcpHdr + 20
    [all...]
pppoe.h 304 UINT16_t computeTCPChecksum(unsigned char *ipHdr, unsigned char *tcpHdr);

Completed in 2082 milliseconds