Home
last modified time | relevance | path

Searched refs:iface_get_id (Results 1 – 1 of 1) sorted by relevance

/external/libpcap/
Dpcap-linux.c423 static int iface_get_id(int fd, const char *device, char *ebuf);
691 ifindex = iface_get_id(sock_fd, device, handle->errbuf);
801 ifindex = iface_get_id(sock_fd, mondevice, handle->errbuf);
3380 handlep->lo_ifindex = iface_get_id(sock_fd, "lo", handle->errbuf);
3513 handlep->ifindex = iface_get_id(sock_fd, device,
5252 iface_get_id(int fd, const char *device, char *ebuf) function