Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dppp_defs.h113 NPMODE_DROP, /* silently drop the packet */ enumerator
H A Dif_ppp.c714 if (mode == NPMODE_DROP) { in pppoutput()
842 case NPMODE_DROP: in ppp_requeue()
/openbsd/usr.sbin/pppd/
H A Ddemand.c130 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_DROP); in demand_drop()