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

  /src/sys/net/
if_sppp.h 164 #define SPPPSETKEEPALIVE _IOW('i', 132, struct spppkeepalivesettings)
if_spppsubr.c 1322 case SPPPSETKEEPALIVE:
6172 case SPPPSETKEEPALIVE:
  /src/sbin/pppoectl/
pppoectl.c 358 if (ioctl(s, SPPPSETKEEPALIVE, &keepalivesettings) == -1)
359 err(EX_OSERR, "SPPPSETKEEPALIVE");
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1697 unsigned IOCTL_SPPPSETKEEPALIVE = SPPPSETKEEPALIVE;
sanitizer_interceptors_ioctl_netbsd.inc 753 _(SPPPSETKEEPALIVE, READ, struct_spppkeepalivesettings_sz);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_interceptors_ioctl_netbsd.inc 752 _(SPPPSETKEEPALIVE, READ, struct_spppkeepalivesettings_sz);
sanitizer_platform_limits_netbsd.cpp 1860 unsigned IOCTL_SPPPSETKEEPALIVE = SPPPSETKEEPALIVE;

Completed in 56 milliseconds