HomeSort by: relevance | last modified time | path
    Searched defs:ip_hl (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/mvme68k/stand/sboot/
etherfun.h 73 ip_hl:4; /* header length */ member in struct:ip
  /src/external/bsd/ipf/dist/ipsd/Celler/
ip_compat.h 162 __u8 ip_hl:4; member in struct:__anon6697
165 __u8 ip_hl:4;
  /src/sys/netinet/
ip.h 53 unsigned int ip_hl:4, /* header length */ member in struct:ip
58 ip_hl:4; /* header length */ member in struct:ip
  /src/external/bsd/dhcpcd/dist/src/
dhcp.c 1790 ip->ip_hl = sizeof(*ip) >> 2;
3526 size_t ip_hl = (size_t)ip->ip_hl * 4; local
3529 p += ip_hl + sizeof(struct udphdr);
3530 *len = (size_t)ntohs(ip->ip_len) - sizeof(struct udphdr) - ip_hl;
3551 ip_hlen = (size_t)ip->ip_hl * 4;
3600 ip_hlen = (size_t)ip->ip_hl * 4;

Completed in 32 milliseconds