OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arp_fd
(Results
1 - 9
of
9
) sorted by null
/external/dhcpcd/
arp.c
207
if (iface->
arp_fd
== -1) {
209
add_event(iface->
arp_fd
, handle_arp_packet, iface);
239
delete_event(iface->
arp_fd
);
240
close(iface->
arp_fd
);
241
iface->
arp_fd
= -1;
265
if (iface->
arp_fd
== -1) {
267
add_event(iface->
arp_fd
, handle_arp_packet, iface);
lpf.c
108
fd = &iface->
arp_fd
;
147
fd = iface->
arp_fd
;
161
fd = iface->
arp_fd
;
dhcpcd.h
99
int
arp_fd
;
member in struct:interface
bpf.c
113
fdp = &iface->
arp_fd
;
153
fd = iface->
arp_fd
;
171
fd = iface->
arp_fd
;
client.c
606
if (state->interface->
arp_fd
!= -1) {
607
close(state->interface->
arp_fd
);
608
state->interface->
arp_fd
= -1;
797
if (iface->
arp_fd
!= -1) {
798
fds[nfds].fd = iface->
arp_fd
;
1158
if (iface->
arp_fd
== -1)
1199
if (iface->
arp_fd
== -1)
[
all
...]
dhcpcd.c
[
all
...]
net.c
221
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 97 milliseconds