OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arp_fd
(Results
1 - 8
of
8
) sorted by null
/external/dhcpcd/
arp.c
209
if (iface->
arp_fd
== -1) {
211
add_event(iface->
arp_fd
, handle_arp_packet, iface);
241
delete_event(iface->
arp_fd
);
242
close(iface->
arp_fd
);
243
iface->
arp_fd
= -1;
267
if (iface->
arp_fd
== -1) {
269
add_event(iface->
arp_fd
, handle_arp_packet, iface);
bpf.c
113
fdp = &iface->
arp_fd
;
153
fd = iface->
arp_fd
;
171
fd = iface->
arp_fd
;
lpf.c
118
fd = &iface->
arp_fd
;
157
fd = iface->
arp_fd
;
191
fd = iface->
arp_fd
;
dhcpcd.h
124
int
arp_fd
;
member in struct:interface
dhcpcd.c
[
all
...]
net.c
237
iface->
arp_fd
= -1;
/external/qemu/
net-android.c
1301
static int
arp_fd
= 0;
local
[
all
...]
net.c
1173
static int
arp_fd
= 0;
local
1244
/* Open
arp_fd
*/
1245
TFR(
arp_fd
= open ("/dev/tap", O_RDWR, 0));
1246
if (
arp_fd
< 0)
1254
if (ioctl(
arp_fd
, I_STR, &strioc_if) < 0){
1263
if ((arp_muxid = ioctl (ip_fd, link_type,
arp_fd
)) < 0)
[
all
...]
Completed in 119 milliseconds