Lines Matching refs:eth
266 struct ethernet_hdr *eth = packet; in sb_check_arp_reply() local
271 if (ntohs(eth->et_protlen) != PROT_ARP) in sb_check_arp_reply()
283 ut_assert(memcmp(eth->et_src, net_ethaddr, ARP_HLEN) == 0); in sb_check_arp_reply()
284 ut_assert(memcmp(eth->et_dest, priv->fake_host_hwaddr, ARP_HLEN) == 0); in sb_check_arp_reply()
285 ut_assert(eth->et_protlen == htons(PROT_ARP)); in sb_check_arp_reply()
304 struct ethernet_hdr *eth = packet; in sb_with_async_arp_handler() local
312 if (ntohs(eth->et_protlen) == PROT_ARP && in sb_with_async_arp_handler()
351 struct ethernet_hdr *eth = packet; in sb_check_ping_reply() local
357 if (ntohs(eth->et_protlen) != PROT_IP) in sb_check_ping_reply()
374 ut_assert(memcmp(eth->et_src, net_ethaddr, ARP_HLEN) == 0); in sb_check_ping_reply()
375 ut_assert(memcmp(eth->et_dest, priv->fake_host_hwaddr, ARP_HLEN) == 0); in sb_check_ping_reply()
376 ut_assert(eth->et_protlen == htons(PROT_IP)); in sb_check_ping_reply()
389 struct ethernet_hdr *eth = packet; in sb_with_async_ping_handler() local
397 if (ntohs(eth->et_protlen) == PROT_ARP && in sb_with_async_ping_handler()