Searched refs:PORT (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-10.2-release/crypto/heimdal/appl/test/
H A Dnt_gss_server.c224 port = krb5_getportbyname (*context, PORT, "tcp", 4711);
/freebsd-10.2-release/sys/isa/
H A Disavar.h147 ISA_ACCESSOR(port, PORT, int)
/freebsd-10.2-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c89 PORT = 278, enumerator in enum:yytokentype
174 #define PORT 278 macro
688 "REIN", "QUIT", "PORT", "PASV", "TYPE", "STRU", "MODE", "RETR", "STOR",
1810 reply(500, "Illegal PORT range rejected.");
1817 reply(200, "PORT command successful.");
2995 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4" },
H A Dftpcmd.y97 USER PASS ACCT REIN QUIT PORT
154 | PORT SP host_port CRLF check_secure
164 reply(500, "Illegal PORT range rejected.");
171 reply(200, "PORT command successful.");
939 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4" },
/freebsd-10.2-release/contrib/libpcap/
H A Dgrammar.y275 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE
452 | PORT { $$ = Q_PORT; }
H A Dscanner.l247 port return PORT;
/freebsd-10.2-release/usr.sbin/ctld/
H A Dparse.y64 %token PATH PIDFILE PORT PORTAL_GROUP REDIRECT SEMICOLON SERIAL SIZE STR
713 target_port: PORT STR
/freebsd-10.2-release/contrib/opie/
H A Dftpcmd.y22 PORT attack fixes from Hobbit.
170 USER PASS ACCT REIN QUIT PORT
205 | PORT check_login SP host_port CRLF
213 Also require login before PORT works */
216 reply(200, "PORT command successful.");
816 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4" },
/freebsd-10.2-release/libexec/ftpd/
H A Dftpcmd.y101 USER PASS ACCT REIN QUIT PORT
154 | PORT check_login SP host_port CRLF
157 reply(501, "No PORT allowed after EPSV ALL.");
162 if (port_check("PORT") == 1)
1073 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4, b5" },
1649 reply(500, "Illegal PORT range rejected.");
1776 reply(500, "Illegal PORT range rejected.");
/freebsd-10.2-release/sbin/pfctl/
H A Dparse.y441 %token ICMP6TYPE CODE KEEP MODULATE STATE PORT RDR NAT BINAT ARROW NODF
2373 | DIVERTTO STRING PORT portplain {
2733 | ipspec PORT portspec {
2737 | PORT portspec {
3654 | ARROW redirspec PORT portstar {
3780 | ARROW host PORT portstar {
5285 { "port", PORT},
/freebsd-10.2-release/crypto/openssl/apps/
H A Ds_server.c490 " -accept arg - port to accept on (default is %d)\n", PORT);
1015 short port = PORT;
H A Ds_client.c633 short port = PORT;
2033 BIO_printf(bio_c_out, "LOCAL PORT is %u\n", ntohs(ladd.sin_port));

Completed in 245 milliseconds

12