Home
last modified time | relevance | path

Searched refs:PPPIO_GETSTAT (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/net/
H A Dpppio.h45 #define PPPIO_GETSTAT _PPPIO(131) /* get PPP statistics */ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppstats/
H A Dpppstats.c262 if (strioctl(s, PPPIO_GETSTAT, (char *)&oldstat, 0, sizeof(oldstat)) >= 0) {
273 if (strioctl(s, PPPIO_GETSTAT, (char *)curp, 0, sizeof(*curp)) >= 0)
/titanic_41/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1140 case PPPIO_GETSTAT: in sppptun_inner_ioctl()
1519 case PPPIO_GETSTAT: in sppptun_ioctl()
/titanic_41/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c837 case PPPIO_GETSTAT: in spppasyn_wput()
/titanic_41/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c781 case PPPIO_GETSTAT: in sppp_uwput()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2213 if (strioctl(pppfd, PPPIO_GETSTAT, &s, 0, sizeof (s)) < 0) {