Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif_arp.h109 #define ARPOP_RREPLY 4 /* RARP reply */ macro
/Linux-v4.19/net/ipv4/
Dipconfig.c499 if (rarp->ar_op != htons(ARPOP_RREPLY)) in ic_rarp_recv()