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

  /external/ppp/pppd/plugins/pppol2tp-android/
pppol2tp-android.c 82 netif_set_mtu(ifunit, new_mtu);
  /external/ppp/pppd/
demand.c 97 netif_set_mtu(0, MIN(lcp_allowoptions[0].mru, PPP_MRU));
pppd.h 649 void netif_set_mtu __P((int, int)); /* Set PPP interface MTU */
    [all...]
ccp.c     [all...]
lcp.c     [all...]
sys-linux.c 1189 * netif_set_mtu - set the MTU on the PPP network interface.
1192 netif_set_mtu(int unit, int mtu) function
    [all...]
sys-solaris.c 1505 netif_set_mtu(unit, mtu) function
    [all...]

Completed in 145 milliseconds