Searched refs:iface_get_mtu (Results 1 – 1 of 1) sorted by relevance
414 static int iface_get_mtu(int fd, const char *device, char *ebuf);3902 mtu = iface_get_mtu(handle->fd, handle->opt.source,6203 mtu = iface_get_mtu(handle->fd, device, handle->errbuf);6277 iface_get_mtu(int fd, const char *device, char *ebuf) function