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

  /src/sys/net/
if_sppp.h 164 #define SPPPSETKEEPALIVE _IOW('i', 132, struct spppkeepalivesettings)
if_spppsubr.c 1322 case SPPPSETKEEPALIVE:
6165 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);

Completed in 23 milliseconds