Home
last modified time | relevance | path

Searched refs:ARPOP_REPLY (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/net/
H A Darp.c166 arp->ar_op = htons(ARPOP_REPLY); in arp_receive()
188 case ARPOP_REPLY: /* arp reply */ in arp_receive()
H A Dlink_local.c261 arp->ar_op != htons(ARPOP_REPLY)) { in link_local_receive_arp()
/rk3399_rockchip-uboot/drivers/net/
H A Dsandbox-raw.c92 arp->ar_op = htons(ARPOP_REPLY); in sb_eth_raw_recv()
H A Dsandbox.c103 arp_recv->ar_op = htons(ARPOP_REPLY); in sb_eth_send()
/rk3399_rockchip-uboot/include/
H A Dnet.h417 # define ARPOP_REPLY 2 /* Response to previous request */ macro