Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dpppio.h43 #define PPPIO_GETSTAT _PPPIO(131) /* get PPP statistics */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppstats/
H A Dpppstats.c256 if (strioctl(s, PPPIO_GETSTAT, (char *)&oldstat, 0, sizeof(oldstat)) >= 0) {
267 if (strioctl(s, PPPIO_GETSTAT, (char *)curp, 0, sizeof(*curp)) >= 0)
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1141 case PPPIO_GETSTAT: in sppptun_inner_ioctl()
1520 case PPPIO_GETSTAT: in sppptun_ioctl()
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c836 case PPPIO_GETSTAT: in spppasyn_wput()
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c784 case PPPIO_GETSTAT: in sppp_uwput()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2154 if (strioctl(pppfd, PPPIO_GETSTAT, &s, 0, sizeof (s)) < 0) {