HomeSort by relevance Sort by last modified time
    Searched refs:if_domtu (Results 1 - 2 of 2) sorted by null

  /external/dhcpcd-6.8.2/
if.h 104 int if_domtu(const char *, short int);
105 #define if_getmtu(iface) if_domtu(iface, 0)
106 #define if_setmtu(iface, mtu) if_domtu(iface, mtu)
if.c 628 if_domtu(const char *ifname, short int mtu) function

Completed in 65 milliseconds