Home
last modified time | relevance | path

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

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