/*
* If this is an ARP request for a (default) router, mark
* the packet accordingly so that the driver can find out,
* in case it needs to perform driver-specific action(s).
*/
if (arpop == ARPOP_REQUEST && (target_ip->sin_other & SIN_ROUTER)) {
/*
* If this is an ARP request for a (default) router, mark
* the packet accordingly so that the driver can find out,
* in case it needs to perform driver-specific action(s).
*/
if (arpop == ARPOP_REQUEST && (target_ip->sin_other & SIN_ROUTER)) {