Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/net/
H A Dpppio.h72 #define PPPIO_BLOCKNP _PPPIO(158) /* block pkts with proto np in kernel */ macro
/titanic_50/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c760 case PPPIO_BLOCKNP: in sppp_uwput()
1092 case PPPIO_BLOCKNP: in sppp_inner_ioctl()
1104 if (iop->ioc_cmd == PPPIO_BLOCKNP) { in sppp_inner_ioctl()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c3638 if (strioctl(pppfd, PPPIO_BLOCKNP, &proto, sizeof (proto), 0) < 0) { in sys_block_proto()