Home
last modified time | relevance | path

Searched refs:protolen (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/include/netif/
Detharp.h119 PACK_STRUCT_FIELD(u8_t protolen);
/external/syslinux/core/lwip/src/netif/
Dundiif.c126 PACK_STRUCT_FIELD(u8_t protolen);
595 hdr->protolen = sizeof(struct ip_addr); in undiarp_request()
1339 (hdr->protolen != sizeof(struct ip_addr)) || in undiarp_input()
1343 hdr->hwtype, hdr->hwlen, hdr->proto, hdr->protolen)); in undiarp_input()
Detharp.c704 (hdr->protolen != sizeof(ip_addr_t)) ||
708 hdr->hwtype, hdr->hwlen, hdr->proto, hdr->protolen));
1174 hdr->protolen = sizeof(ip_addr_t);
/external/iproute2/misc/
Dss.c3395 int protolen = strlen(proto); in get_snmp_int() local
3406 if (memcmp(buf, proto, protolen)) in get_snmp_int()
3417 if (memcmp(buf, proto, protolen)) in get_snmp_int()