Searched refs:AMQ_PROGRAM (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/amd/amq/
H A Dpawd.c205 clnt = clntudp_create(&server_addr, AMQ_PROGRAM, AMQ_VERSION, tmo, &s);
207 clnt = clnttcp_create(&server_addr, AMQ_PROGRAM, AMQ_VERSION, &s, 0, 0);
H A Damq.c61 static int amd_program_number = AMQ_PROGRAM;
/freebsd-11.0-release/contrib/amd/include/
H A Damq_defs.h54 #define AMQ_PROGRAM ((u_long)300019) macro
/freebsd-11.0-release/contrib/amd/amd/
H A Dconf.c804 if (gopt.portmap_program < AMQ_PROGRAM ||
805 gopt.portmap_program > AMQ_PROGRAM + 10) {
806 gopt.portmap_program = AMQ_PROGRAM;
/freebsd-11.0-release/contrib/amd/libamu/
H A Dxutil.c73 static int amd_program_number = AMQ_PROGRAM;

Completed in 128 milliseconds