Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dpppio.h71 #define PPPIO_UNBLOCKNP _PPPIO(159) /* unblock pkts with proto np */ macro
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c764 case PPPIO_UNBLOCKNP: in sppp_uwput()
1098 case PPPIO_UNBLOCKNP: in sppp_inner_ioctl()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c3594 if (strioctl(pppfd, PPPIO_UNBLOCKNP, &proto, sizeof (proto), 0) < 0) { in sys_unblock_proto()