Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dif_arp.h110 #define ARPOP_RREPLY 4 /* RARP reply */ macro
/openbmc/linux/net/bridge/
H A Dbr_arp_nd_proxy.c164 parp->ar_op != htons(ARPOP_RREPLY) && in br_do_proxy_suppress_arp()
/openbmc/linux/net/ipv4/
H A Dipconfig.c527 if (rarp->ar_op != htons(ARPOP_RREPLY)) in ic_rarp_recv()