Home
last modified time | relevance | path

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

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