OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arpreply
(Results
1 - 2
of
2
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_arpreply.h
9
#define EBT_ARPREPLY_TARGET "
arpreply
"
/external/grub/netboot/
main.c
744
struct arprequest *
arpreply
;
local
778
arpreply
= (struct arprequest *) &nic.packet[ETH_HLEN];
780
if (
arpreply
->opcode == htons (ARP_REPLY)
781
&& ! grub_memcmp (
arpreply
->sipaddr, ptr, sizeof (in_addr))
785
arpreply
->shwaddr,
790
grub_memmove ((char *) &tmp,
arpreply
->tipaddr,
793
if (
arpreply
->opcode == htons (ARP_REQUEST)
796
arpreply
->opcode = htons (ARP_REPLY);
797
grub_memmove (
arpreply
->tipaddr,
arpreply
->sipaddr
[
all
...]
Completed in 875 milliseconds