Searched refs:PORT (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/system/network/
H A Dat_srv.c14 #define PORT 7772 macro
31 sin.sin_port = htons(PORT);
H A Dat_client.c15 #define PORT 7772 macro
40 sin.sin_port = htons(PORT);
H A Dtcp_client.c16 #define PORT 1234 // the port client will be connecting to macro
25 short int port = PORT;
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y117 USER PASS ACCT REIN QUIT PORT
158 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4, b5" },
265 | PORT check_login SP host_port CRLF
268 reply(501, "No PORT allowed after EPSV ALL.");
273 if (port_check("PORT") == 1)
1656 reply(500, "Illegal PORT range rejected.");
1783 reply(500, "Illegal PORT range rejected.");

Completed in 36 milliseconds