Home
last modified time | relevance | path

Searched refs:PPTP_BACKLOG (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.sbin/npppd/pptp/
H A Dpptp.h154 #define PPTP_BACKLOG 32 macro
H A Dpptpd.c328 if (listen(sock, PPTP_BACKLOG) != 0) { in pptpd_listener_start()