Home
last modified time | relevance | path

Searched refs:IPPORT_HILASTAUTO (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/netinet/
Din.h160 #define IPPORT_HILASTAUTO 65535 macro
Din_pcb.c114 int ipport_hilastauto = IPPORT_HILASTAUTO;
/openbsd/src/usr.sbin/sasyncd/
Dconf.y208 if ($5 < 1 || $5 > IPPORT_HILASTAUTO) {
/openbsd/src/usr.bin/getent/
Dgetent.c413 port = strtonum(argv[i], 0, IPPORT_HILASTAUTO, &err); in services()
/openbsd/src/usr.sbin/smtpd/
Dto.c355 relay->port = strtonum(p+1, 1, IPPORT_HILASTAUTO, &errstr); in text_to_relayhost()
/openbsd/src/usr.sbin/ftp-proxy/
Dftp-proxy.c875 arc4random_uniform(IPPORT_HILASTAUTO - IPPORT_HIFIRSTAUTO)); in pick_proxy_port()