Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/l2/ethernet/
Darp.h32 uint8_t protolen; /* PLEN */ member
Darp.c318 hdr->protolen = sizeof(struct in_addr); in arp_prepare()
504 hdr->protolen = sizeof(struct in_addr); in arp_gratuitous_send()
734 hdr->protolen = sizeof(struct in_addr); in arp_prepare_reply()
759 arp_hdr->protolen != NET_ARP_IPV4_PTYPE_SIZE || in arp_hdr_check()
/Zephyr-Core-3.7.0/tests/net/arp/src/
Dmain.c205 hdr->protolen = sizeof(struct in_addr); in prepare_arp_reply()
257 hdr->protolen = sizeof(struct in_addr); in prepare_arp_request()
422 if (arp_hdr->protolen != sizeof(struct in_addr)) { in ZTEST()
424 arp_hdr->protolen, sizeof(struct in_addr)); in ZTEST()
627 arp_hdr->protolen = sizeof(struct in_addr); in ZTEST()