OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arp_req
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
slirp.c
696
uint8_t
arp_req
[ETH_HLEN + sizeof(struct arphdr)];
local
697
struct ethhdr *reh = (struct ethhdr *)
arp_req
;
698
struct arphdr *rah = (struct arphdr *)(
arp_req
+ ETH_HLEN);
725
slirp_output(
arp_req
, sizeof(
arp_req
));
/external/qemu/slirp-android/
slirp.c
789
uint8_t
arp_req
[ETH_HLEN + sizeof(struct arphdr)];
local
790
struct ethhdr *reh = (struct ethhdr *)
arp_req
;
791
struct arphdr *rah = (struct arphdr *)(
arp_req
+ ETH_HLEN);
818
slirp_output(
arp_req
, sizeof(
arp_req
));
[
all
...]
Completed in 1198 milliseconds