PPP: rename netif_set/get_mtu to ppp_netif_set/get_mtu

Those are private functions, using the netif_ prefix here is not really
nice, especially with functions named netif_set_mtu and netif_get_mtu
for obvious reasons.
This commit is contained in:
Sylvain Rochet
2020-10-18 21:11:33 +02:00
parent 7633c24213
commit 331fe2dea2
6 changed files with 19 additions and 18 deletions

View File

@@ -450,8 +450,8 @@ int sif6down (ppp_pcb *pcb);
int sifnpmode(ppp_pcb *pcb, int proto, enum NPmode mode);
#endif /* DEMAND_SUPPORt */
void netif_set_mtu(ppp_pcb *pcb, int mtu);
int netif_get_mtu(ppp_pcb *pcb);
void ppp_netif_set_mtu(ppp_pcb *pcb, int mtu);
int ppp_netif_get_mtu(ppp_pcb *pcb);
#if CCP_SUPPORT
#if 0 /* unused */