Searched refs:PPP_MAXIDLEFLAG (Results 1 – 8 of 8) sorted by relevance
482 #ifndef PPP_MAXIDLEFLAG483 #define PPP_MAXIDLEFLAG 100 macro
494 #ifndef PPP_MAXIDLEFLAG495 #define PPP_MAXIDLEFLAG 100 macro
1748 #ifndef PPP_MAXIDLEFLAG1749 #define PPP_MAXIDLEFLAG 100 macro
229 if ((sys_now() - pppos->last_xmit) >= PPP_MAXIDLEFLAG) { in pppos_write()279 if ((sys_now() - pppos->last_xmit) >= PPP_MAXIDLEFLAG) { in pppos_netif_output()
223 if ((sys_now() - pppos->last_xmit) >= PPP_MAXIDLEFLAG) { in pppos_write()268 if ((sys_now() - pppos->last_xmit) >= PPP_MAXIDLEFLAG) { in pppos_netif_output()
892 if ((sys_jiffies() - pc->lastXMit) >= PPP_MAXIDLEFLAG) { in pppifOutput()1101 if ((sys_jiffies() - pc->lastXMit) >= PPP_MAXIDLEFLAG) { in pppWrite()
529 * PPP_MAXIDLEFLAG is now in ms instead of jiffies
Completed in 20 milliseconds