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

12

/openbsd-current/usr.sbin/sasyncd/
H A Dconf.y66 %token MODE INTERFACE INTERVAL LISTEN ON PORT PEER SHAREDKEY
87 | PORT VALUE { $$ = $2; }
271 { "port", PORT },
/openbsd-current/regress/usr.bin/ssh/
H A Dcfgmatchlisten.sh9 fwd="-R $fwdport:127.0.0.1:$PORT"
149 fwd="-R ${fwdspec2}:127.0.0.1:$PORT"
/openbsd-current/usr.sbin/iscsictl/
H A Dparse.y112 %token ADDRESS INET INET6 PORT
325 port : PORT STRING { $$ = $2; }
385 {"port", PORT},
/openbsd-current/sbin/unwind/
H A Dparse.y103 %token FORWARDER DOT PORT ODOT_FORWARDER ODOT_AUTOCONF ODOT_DHCP
311 port : PORT NUMBER { $$ = $2; }
435 {"port", PORT},
/openbsd-current/lib/libpcap/
H A Dgrammar.y102 %token NET MASK PORT LESS GREATER PROTO PROTOCHAIN BYTE
243 | PORT { $$ = Q_PORT; }
H A Dscanner.l200 port return PORT;
/openbsd-current/usr.sbin/ldapd/
H A Dparse.y119 %token ERROR LISTEN ON LEGACY TLS LDAPS PORT NAMESPACE ROOTDN ROOTPW INDEX
163 port : PORT STRING {
175 | PORT NUMBER {
464 { "port", PORT },
/openbsd-current/usr.sbin/ypldap/
H A Dparse.y111 %token INCLUDE DIRECTORY CLASS PORT ERROR GROUPMEMBERS LDAPS TLS CAFILE
171 port : PORT STRING {
183 | PORT NUMBER {
561 { "port", PORT },
/openbsd-current/libexec/ftpd/
H A Dftpcmd.y110 USER PASS ACCT REIN QUIT PORT
167 | PORT check_login_epsvall SP host_port CRLF
173 "Illegal PORT rejected (range errors).");
178 "Illegal PORT rejected (reserved port).");
185 "Illegal PORT rejected (address wrong).");
192 reply(200, "PORT command successful.");
1015 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4" },
/openbsd-current/usr.sbin/lpd/
H A Dparse.y121 %token LISTEN ON PORT INET4 INET6 LOCAL SOCKET
201 | PORT portno {
264 { "port", PORT },
/openbsd-current/usr.sbin/radiusd/
H A Dparse.y94 %token INCLUDE LISTEN ON PORT CLIENT SECRET LOAD MODULE MSGAUTH_REQUIRED
185 | PORT NUMBER { $$ = $2; }
623 { "port", PORT},
/openbsd-current/usr.sbin/smtpd/
H A Dparse.y182 %token PHASE PKI PORT PROC PROC_EXEC PROTOCOLS PROXY_V2
2189 | PORT STRING {
2207 | PORT SMTP {
2223 | PORT SMTPS {
2239 | PORT NUMBER {
2710 { "port", PORT },
/openbsd-current/usr.sbin/hostapd/
H A Dparse.y160 %token ADDRESS PORT ON NOTIFY TTL INCLUDE ROUTE ROAMING RSSI TXRATE FREQ
280 | PORT NUMBER
1302 { "port", PORT },
/openbsd-current/usr.sbin/npppd/npppd/
H A Dparse.y130 %token RADIUS AUTHENTICATION_SERVER ACCOUNTING_SERVER PORT
699 | PORT NUMBER { $$ = $2; }
1070 { "port", PORT},
/openbsd-current/usr.sbin/snmpd/
H A Dparse.y187 %token HANDLE DEFAULT SRCADDR TCP UDP BLOCKLIST PORT
467 | PORT STRING {
470 | PORT NUMBER {
1302 { "port", PORT },
/openbsd-current/usr.sbin/httpd/
H A Dparse.y139 %token LISTEN LOCATION LOG LOGDIR MATCH MAXIMUM NO NODELAY OCSP ON PORT PREFORK
1332 port : PORT NUMBER {
1340 | PORT STRING {
1475 { "port", PORT },
/openbsd-current/sbin/ipsecctl/
H A Dparse.y287 %token TYPE DENY BYPASS LOCAL PROTO USE ACQUIRE REQUIRE DONTACQ GROUP PORT TAG
516 | PORT portval { $$ = $2; }
719 | UDPENCAP PORT NUMBER {
1082 { "port", PORT },
/openbsd-current/sbin/pfctl/
H A Dparse.y472 %token ICMP6TYPE CODE KEEP MODULATE STATE PORT BINATTO NODF
1979 | DIVERTTO STRING PORT portplain {
2005 | DIVERTPACKET PORT portplain {
2562 | ipspec PORT portspec {
2566 | PORT portspec {
3571 | redirspec PORT portstar {
5008 { "port", PORT},
/openbsd-current/usr.sbin/bgpd/
H A Dparse.y244 %token RDE RIB EVALUATE IGNORE COMPARE RTR PORT
724 | PORT port {
777 | LISTEN ON address PORT port {
1247 | ipspec PORT portspec
1248 | PORT portspec
2301 | PORT port {
3600 { "port", PORT},
/openbsd-current/usr.sbin/relayd/
H A Dparse.y176 %token PFTAG PORT PREFORK PRIORITY PROTO QUERYSTR REAL REDIRECT RELAY REMOVE
310 port : PORT HTTP {
318 | PORT STRING {
344 | PORT NUMBER {
2465 { "port", PORT },
/openbsd-current/sbin/iked/
H A Dparse.y436 %token FROM ESP AH IN PEER ON OUT TO SRCID DSTID PSK PORT
740 | PORT portval { $$ = $2; }
1386 { "port", PORT },
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DFTP.pm888 return _eprt('PORT',@_);
1348 sub _PORT { shift->command("PORT", @_)->response() == CMD_OK }
1585 PORT and PASV commands and responses to dynamically open the necessary ports.
1846 Send a C<PORT> (IPv4) or C<EPRT> (IPv6) command to the server. If C<$port> is
/openbsd-current/usr.bin/openssl/
H A Ds_server.c1035 cfg.port = PORT;

Completed in 245 milliseconds

12