Home
last modified time | relevance | path

Searched refs:ARPOP_InREQUEST (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dif_arp.h111 #define ARPOP_InREQUEST 8 /* InARP request */ macro
/openbmc/inarp/
H A Dinarp.c408 if (ntohs(inarp_req.arp.ar_op) != ARPOP_InREQUEST) in arp_recv()