/src/usr.bin/rump_dhcpclient/ |
net.h | 99 int do_mtu(const char *, short int); 100 #define get_mtu(iface) do_mtu(iface, 0) 101 #define set_mtu(iface, mtu) do_mtu(iface, mtu)
|
net.h | 99 int do_mtu(const char *, short int); 100 #define get_mtu(iface) do_mtu(iface, 0) 101 #define set_mtu(iface, mtu) do_mtu(iface, mtu)
|
net.c | 342 do_mtu(const char *ifname, short int mtu) function in typeref:typename:int
|
net.c | 342 do_mtu(const char *ifname, short int mtu) function in typeref:typename:int
|