OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arp_reply
(Results
1 - 4
of
4
) sorted by null
/external/qemu/slirp/
slirp.c
601
uint8_t
arp_reply
[ETH_HLEN + sizeof(struct arphdr)];
local
602
struct ethhdr *reh = (struct ethhdr *)
arp_reply
;
603
struct arphdr *rah = (struct arphdr *)(
arp_reply
+ ETH_HLEN);
637
slirp_output(
arp_reply
, sizeof(
arp_reply
));
/external/qemu/slirp-android/
slirp.c
690
uint8_t
arp_reply
[ETH_HLEN + sizeof(struct arphdr)];
local
691
struct ethhdr *reh = (struct ethhdr *)
arp_reply
;
692
struct arphdr *rah = (struct arphdr *)(
arp_reply
+ ETH_HLEN);
730
slirp_output(
arp_reply
, sizeof(
arp_reply
));
[
all
...]
/external/grub/netboot/
etherboot.h
132
#define
ARP_REPLY
2
main.c
780
if (arpreply->opcode == htons (
ARP_REPLY
)
796
arpreply->opcode = htons (
ARP_REPLY
);
Completed in 74 milliseconds