Searched refs:iface_get_id (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | pcap-linux.c | 412 static int iface_get_id(int fd, const char *device, char *ebuf); 676 ifindex = iface_get_id(sock_fd, device, handle->errbuf); 772 ifindex = iface_get_id(sock_fd, mondevice, handle->errbuf); 3205 handlep->lo_ifindex = iface_get_id(sock_fd, "lo", handle->errbuf); 3338 handlep->ifindex = iface_get_id(sock_fd, device, 5031 iface_get_id(int fd, const char *device, char *ebuf) function
|