Searched refs:PPPIO_GETSTAT (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/net/ |
H A D | pppio.h | 45 #define PPPIO_GETSTAT _PPPIO(131) /* get PPP statistics */ macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppstats/ |
H A D | pppstats.c | 262 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 D | sppptun.c | 1140 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 D | spppasyn.c | 837 case PPPIO_GETSTAT: in spppasyn_wput()
|
/titanic_41/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp.c | 781 case PPPIO_GETSTAT: in sppp_uwput()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 2213 if (strioctl(pppfd, PPPIO_GETSTAT, &s, 0, sizeof (s)) < 0) {
|