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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user