Home
last modified time | relevance | path

Searched refs:PPPIO_GETSTAT64 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppstats/
H A Dpppstats.c83 #ifdef PPPIO_GETSTAT64
252 #ifdef PPPIO_GETSTAT64
254 if (strioctl(s, PPPIO_GETSTAT64, (char *)curp, 0, sizeof(*curp)) >= 0)
/illumos-gate/usr/src/uts/common/net/
H A Dpppio.h69 #define PPPIO_GETSTAT64 _PPPIO(157) /* get PPP 64-bit statistics */ macro
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c576 case PPPIO_GETSTAT64: in sppp_ioctl()
775 case PPPIO_GETSTAT64: in sppp_uwput()
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1145 case PPPIO_GETSTAT64: in sppptun_inner_ioctl()
1521 case PPPIO_GETSTAT64: in sppptun_ioctl()
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c1207 if (iop->ioc_cmd == PPPIO_GETSTAT64 && in spppcomp_rput()
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c840 case PPPIO_GETSTAT64: in spppasyn_wput()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2146 if (strioctl(pppfd, PPPIO_GETSTAT64, &s64, 0, sizeof (s64)) >= 0) {