Searched defs:iface_get_id (Results 1 - 1 of 1) sorted by path

/external/libpcap/
H A Dpcap-linux.c378 static int iface_get_id(int fd, const char *device, char *ebuf);
646 ifindex = iface_get_id(sock_fd, device, handle->errbuf);
742 ifindex = iface_get_id(sock_fd, mondevice, handle->errbuf);
3057 handlep->lo_ifindex = iface_get_id(sock_fd, "lo", handle->errbuf);
3188 handlep->ifindex = iface_get_id(sock_fd, device,
4648 iface_get_id(int fd, const char *device, char *ebuf) function

Completed in 180 milliseconds