Home
last modified time | relevance | path

Searched refs:NETISR_PPP (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/net/
Dnetisr.h48 #define NETISR_PPP 28 /* for PPP processing */ macro
Dif_ppp.c864 schednetisr(NETISR_PPP); in ppp_restart()
1165 schednetisr(NETISR_PPP); in ppppktin()
Dif.c1066 if (n & (1 << NETISR_PPP)) { in if_netisr()