Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/
H A D0001-zeroconf-Rename-arp_op-to-avoid-namespace-conflicts-.patch40 @@ -108,7 +108,7 @@ int arp_conflict(struct intf *intf, struct arp_packet *pkt);
41 void arp_packet_dump(struct arp_packet *pkt);
49 @@ -1591,7 +1591,7 @@ int arp_conflict(struct intf *intf, struct arp_packet *pkt)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/via/
H A Dvia-velocity.c3040 struct arp_packet *arp = (struct arp_packet *) buf; in velocity_set_wol()
3042 memset(buf, 0, sizeof(struct arp_packet) + 7); in velocity_set_wol()
3052 crc = wol_calc_crc((sizeof(struct arp_packet) + 7) / 8, buf, in velocity_set_wol()
H A Dvia-velocity.h1197 struct arp_packet { struct