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

  /external/syslinux/core/lwip/src/core/ipv4/
ip_frag.c 179 SMEMCPY(p->payload, &ipr->iphdr, IP_HLEN);
295 SMEMCPY(&(ipr->iphdr), fraghdr, IP_HLEN);
347 LWIP_ASSERT("sizeof(struct ip_reass_helper) <= IP_HLEN",
348 sizeof(struct ip_reass_helper) <= IP_HLEN);
491 if ((IPH_HL(fraghdr) * 4) != IP_HLEN) {
547 SMEMCPY(&ipr->iphdr, fraghdr, IP_HLEN);
570 ipr->datagram_len += IP_HLEN;
577 SMEMCPY(fraghdr, &ipr->iphdr, IP_HLEN);
582 IPH_CHKSUM_SET(fraghdr, inet_chksum(fraghdr, IP_HLEN));
591 pbuf_header(r, -IP_HLEN);
    [all...]
icmp.c 204 IPH_CHKSUM_SET(iphdr, inet_chksum(iphdr, IP_HLEN));
296 q = pbuf_alloc(PBUF_IP, sizeof(struct icmp_echo_hdr) + IP_HLEN + ICMP_DEST_UNREACH_DATASIZE,
303 (q->len >= (sizeof(struct icmp_echo_hdr) + IP_HLEN + ICMP_DEST_UNREACH_DATASIZE)));
320 IP_HLEN + ICMP_DEST_UNREACH_DATASIZE);
ip.c 464 if((iphdr_hlen > IP_HLEN) && (IPH_PROTO(iphdr) != IP_PROTO_IGMP)) {
466 if (iphdr_hlen > IP_HLEN) {
605 u16_t ip_hlen = IP_HLEN; local
614 ip_hlen += optlen_aligned;
635 if (pbuf_header(p, IP_HLEN)) {
660 IPH_VHLTOS_SET(iphdr, 4, ip_hlen / 4, tos);
692 IPH_CHKSUM_SET(iphdr, inet_chksum(iphdr, ip_hlen));
822 payload = (u8_t *)iphdr + IP_HLEN;
  /external/syslinux/core/lwip/src/core/
raw.c 213 if (pbuf_header(p, IP_HLEN)) {
230 if(pbuf_header(q, -IP_HLEN)) {
tcp.c     [all...]
  /external/syslinux/core/lwip/src/include/ipv4/lwip/
ip.h 50 #define IP_HLEN 20
  /external/syslinux/core/lwip/src/core/snmp/
mib2.c     [all...]

Completed in 1201 milliseconds