HomeSort by: relevance | last modified time | path
    Searched refs:SIOCGPPPSTATS (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/net/
if_ppp.h 167 #define SIOCGPPPSTATS _IOWR('i', 123, struct ifpppstatsreq)
if_sl.c 1036 case SIOCGPPPSTATS: {
if_ppp.c 823 case SIOCGPPPSTATS:
  /src/external/bsd/ppp/dist/pppstats/
pppstats.c 156 if (ioctl(s, SIOCGPPPSTATS, &req) < 0) {
  /src/external/bsd/ppp/usr.sbin/pppd/
sys-bsd.c 1337 if (ioctl(sock_fd, SIOCGPPPSTATS, &req) < 0) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1670 unsigned IOCTL_SIOCGPPPSTATS = SIOCGPPPSTATS;
sanitizer_interceptors_ioctl_netbsd.inc 723 _(SIOCGPPPSTATS, READWRITE, struct_ifpppstatsreq_sz);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_interceptors_ioctl_netbsd.inc 722 _(SIOCGPPPSTATS, READWRITE, struct_ifpppstatsreq_sz);
sanitizer_platform_limits_netbsd.cpp 1833 unsigned IOCTL_SIOCGPPPSTATS = SIOCGPPPSTATS;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_interceptors_ioctl_netbsd.inc 722 _(SIOCGPPPSTATS, READWRITE, struct_ifpppstatsreq_sz);
sanitizer_platform_limits_netbsd.cpp 1833 unsigned IOCTL_SIOCGPPPSTATS = SIOCGPPPSTATS;

Completed in 34 milliseconds