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

  /external/syslinux/core/lwip/src/include/netif/
etharp.h 119 PACK_STRUCT_FIELD(u8_t protolen);
  /external/syslinux/core/lwip/src/netif/
undiif.c 126 PACK_STRUCT_FIELD(u8_t protolen);
595 hdr->protolen = sizeof(struct ip_addr);
    [all...]
etharp.c 704 (hdr->protolen != sizeof(ip_addr_t)) ||
707 ("etharp_arp_input: packet dropped, wrong hw type, hwlen, proto, protolen or ethernet type (%"U16_F"/%"U16_F"/%"U16_F"/%"U16_F")\n",
708 hdr->hwtype, hdr->hwlen, hdr->proto, hdr->protolen));
783 /* hwtype, hwaddr_len, proto, protolen and the type in the ethernet header
    [all...]
  /external/iproute2/misc/
ss.c 3395 int protolen = strlen(proto); local
    [all...]

Completed in 205 milliseconds