Symbol: PORT
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
142
%token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS PORT
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
146
%type <val> IPADDRESS LEVEL_SPECIFY PORT
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
334
| IPADDRESS PORT {
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
340
IPADDRESS PORT {
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1848
| PORT { $$ = $1; }
crypto/dist/ipsec-tools/src/racoon/cfparse.y
348
%token PREFIX PORT PORTANY UL_PROTO ANY IKE_FRAG ESP_FRAG MODE_CFG
crypto/dist/ipsec-tools/src/racoon/cfparse.y
363
%type <num> PREFIX prefix PORT port ike_port
crypto/dist/ipsec-tools/src/racoon/cfparse.y
621
| PORT { $$ = $1; }
crypto/dist/ipsec-tools/src/racoon/cfparse.y
628
| PORT
dist/pf/sbin/pfctl/parse.y
2455
| ipspec PORT portspec {
dist/pf/sbin/pfctl/parse.y
2459
| PORT portspec {
dist/pf/sbin/pfctl/parse.y
3330
| ARROW redirspec PORT rport {
dist/pf/sbin/pfctl/parse.y
3456
| ARROW host PORT rport {
dist/pf/sbin/pfctl/parse.y
412
%token ICMP6TYPE CODE KEEP MODULATE STATE PORT RDR NAT BINAT ARROW NODF
dist/pf/sbin/pfctl/parse.y
4955
{ "port", PORT},
libexec/ftpd/ftpcmd.y
1233
{ "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4, b5", 0, },
libexec/ftpd/ftpcmd.y
140
QUIT REIN PORT PASV TYPE STRU
libexec/ftpd/ftpcmd.y
250
| PORT check_login SP host_port CRLF
regress/sys/arch/i386/ioperm/ioperm.c
115
buf2[PORT / 8 / sizeof(unsigned long)] &=
regress/sys/arch/i386/ioperm/ioperm.c
116
~(1 << (PORT % (8 * sizeof(unsigned long))));
regress/sys/arch/i386/ioperm/ioperm.c
133
buf2[PORT / 8 / sizeof(unsigned long)] |=
regress/sys/arch/i386/ioperm/ioperm.c
134
(1 << (PORT % (8 * sizeof(unsigned long))));
regress/sys/arch/i386/ioperm/ioperm.c
78
inb(PORT);
regress/sys/arch/i386/iopl/iopl.c
79
inb(PORT);
sys/dev/ppbus/ppbus_gpio.c
58
PORT(C, 0, 1), /* 1: /C0 Output */
sys/dev/ppbus/ppbus_gpio.c
59
PORT(D, 0, 0), /* 2: D0 Output */
sys/dev/ppbus/ppbus_gpio.c
60
PORT(D, 1, 0), /* 3: D1 Output */
sys/dev/ppbus/ppbus_gpio.c
61
PORT(D, 2, 0), /* 4: D2 Output */
sys/dev/ppbus/ppbus_gpio.c
62
PORT(D, 3, 0), /* 5: D3 Output */
sys/dev/ppbus/ppbus_gpio.c
63
PORT(D, 4, 0), /* 6: D4 Output */
sys/dev/ppbus/ppbus_gpio.c
64
PORT(D, 5, 0), /* 7: D5 Output */
sys/dev/ppbus/ppbus_gpio.c
65
PORT(D, 6, 0), /* 8: D6 Output */
sys/dev/ppbus/ppbus_gpio.c
66
PORT(D, 7, 0), /* 9: D7 Output */
sys/dev/ppbus/ppbus_gpio.c
67
PORT(S, 6, 0), /* 10: S6 Input */
sys/dev/ppbus/ppbus_gpio.c
68
PORT(S, 7, 1), /* 11: /S7 Input */
sys/dev/ppbus/ppbus_gpio.c
69
PORT(S, 5, 0), /* 12: S5 Input */
sys/dev/ppbus/ppbus_gpio.c
70
PORT(S, 4, 0), /* 13: S4 Input */
sys/dev/ppbus/ppbus_gpio.c
71
PORT(C, 1, 1), /* 14: /C1 Output */
sys/dev/ppbus/ppbus_gpio.c
72
PORT(S, 3, 0), /* 15: S3 Input */
sys/dev/ppbus/ppbus_gpio.c
73
PORT(C, 2, 0), /* 16: C2 Output */
sys/dev/ppbus/ppbus_gpio.c
74
PORT(C, 3, 1), /* 17: /C3 Output */
usr.sbin/npf/npfctl/npf_parse.y
156
%token PORT
usr.sbin/npf/npfctl/npf_parse.y
874
: PORT CURLY_OPEN filt_port_list CURLY_CLOSE
usr.sbin/npf/npfctl/npf_parse.y
878
| PORT port_range { $$ = $2; }