sifnpmode
!sifnpmode(0, protp->protocol & ~0x8000, NPMODE_QUEUE))
!sifnpmode(0, protp->protocol & ~0x8000, NPMODE_DROP))
!sifnpmode(0, protp->protocol & ~0x8000, NPMODE_PASS))
if (!sifnpmode(u, PPP_IP, NPMODE_QUEUE))
if (sifnpmode(f->unit, PPP_IP, NPMODE_PASS) != 1) {
if (sifnpmode(f->unit, PPP_IP, NPMODE_PASS) != 1) {
if (sifnpmode(f->unit, PPP_IP, NPMODE_QUEUE) != 1) {
if (sifnpmode(f->unit, PPP_IP, NPMODE_ERROR) != 1) {
if (!sifnpmode(u, PPP_IPV6, NPMODE_QUEUE))
if (sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS) != 1) {
if (sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS) != 1) {
if (sifnpmode(f->unit, PPP_IPV6, NPMODE_QUEUE) != 1) {
if (sifnpmode(f->unit, PPP_IPV6, NPMODE_ERROR) != 1) {
extern int sifnpmode __P((int u, int proto, enum NPmode mode));