Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/libc/newlib/porting/include/net/
Dif_arp.h47 #define ARPOP_RREPLY 4 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dif_arp.h92 #define ARPOP_RREPLY 4 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_arp.h109 #define ARPOP_RREPLY 4 /* RARP reply */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dif_arp.h80 #define ARPOP_RREPLY 4 macro
/kernel/linux/linux-5.10/net/bridge/
Dbr_arp_nd_proxy.c164 parp->ar_op != htons(ARPOP_RREPLY) && in br_do_proxy_suppress_arp()
/kernel/linux/linux-5.10/net/ipv4/
Dipconfig.c503 if (rarp->ar_op != htons(ARPOP_RREPLY)) in ic_rarp_recv()