Searched refs:protolen (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/core/lwip/src/include/netif/ |
D | etharp.h | 119 PACK_STRUCT_FIELD(u8_t protolen);
|
/external/syslinux/core/lwip/src/netif/ |
D | undiif.c | 126 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()
|
D | etharp.c | 704 (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/ |
D | ss.c | 3395 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()
|