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

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-linux.c462 static int iface_get_id(int fd, const char *device, char *ebuf);
729 ifindex = iface_get_id(sock_fd, device, handle->errbuf);
839 ifindex = iface_get_id(sock_fd, mondevice, handle->errbuf);
3704 handlep->lo_ifindex = iface_get_id(sock_fd, "lo", handle->errbuf);
3838 handlep->ifindex = iface_get_id(sock_fd, device,
5770 iface_get_id(int fd, const char *device, char *ebuf) function

Completed in 223 milliseconds