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

  /external/syslinux/core/lwip/src/netif/ppp/
vj.c 318 if (IPH_LEN(ip) != IPH_LEN(&cs->cs_ip) &&
319 ntohs(IPH_LEN(&cs->cs_ip)) == hlen) {
334 if (deltaS == deltaA && deltaS == ntohs(IPH_LEN(&cs->cs_ip)) - hlen) {
342 if (deltaS == ntohs(IPH_LEN(&cs->cs_ip)) - hlen) {
515 register u32_t i = ntohs(IPH_LEN(&cs->cs_ip)) - cs->cs_hlen;
526 tmp = ntohl(th->seqno) + ntohs(IPH_LEN(&cs->cs_ip)) - cs->cs_hlen;
  /external/syslinux/core/lwip/src/include/ipv4/lwip/
ip.h 147 #define IPH_LEN(hdr) ((hdr)->_len)
  /external/syslinux/core/lwip/src/core/ipv4/
ip.c 272 iphdr_len = ntohs(IPH_LEN(iphdr));
440 ntohs(IPH_ID(iphdr)), p->tot_len, ntohs(IPH_LEN(iphdr)), !!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), (ntohs(IPH_OFFSET(iphdr)) & IP_OFFMASK)*8));
830 ntohs(IPH_LEN(iphdr))));
ip_frag.c 341 len = ntohs(IPH_LEN(fraghdr)) - IPH_HL(fraghdr) * 4;
498 len = ntohs(IPH_LEN(fraghdr)) - IPH_HL(fraghdr) * 4;
  /external/syslinux/core/lwip/src/api/
api_msg.c 184 const struct udp_hdr* udphdr = (void*)(((char*)iphdr) + IPH_LEN(iphdr));
    [all...]
  /external/syslinux/core/lwip/src/netif/
undiif.c 304 ntohs(IPH_LEN(iphdr)), ntohs(IPH_ID(iphdr)),
    [all...]

Completed in 163 milliseconds