Searched refs:SASYNCD_DEFAULT_PORT (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/sasyncd/
H A Dconf.y86 port : /* empty */ { $$ = SASYNCD_DEFAULT_PORT; }
209 cfgstate.listen_port = SASYNCD_DEFAULT_PORT;
211 "reset to %u", SASYNCD_DEFAULT_PORT);
213 if ($5 != SASYNCD_DEFAULT_PORT)
218 $5 != SASYNCD_DEFAULT_PORT ? pstr : "");
H A Dsasyncd.h91 #define SASYNCD_DEFAULT_PORT 500 macro
H A Dsasyncd.c189 cfgstate.listen_port = SASYNCD_DEFAULT_PORT;

Completed in 171 milliseconds