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

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dip22zilog.c90 #define ZILOG_CHANNEL_FROM_PORT(PORT) ((struct zilog_channel *)((PORT)->membase))
91 #define UART_ZILOG(PORT) ((struct uart_ip22zilog_port *)(PORT))
92 #define IP22ZILOG_GET_CURR_REG(PORT, REGNUM) \
93 (UART_ZILOG(PORT)->curregs[REGNUM])
94 #define IP22ZILOG_SET_CURR_REG(PORT, REGNUM, REGVAL) \
95 ((UART_ZILOG(PORT)->curregs[REGNUM]) = (REGVAL))
H A Dsunzilog.c107 #define ZILOG_CHANNEL_FROM_PORT(PORT) ((struct zilog_channel __iomem *)((PORT)->membase))
108 #define UART_ZILOG(PORT) ((struct uart_sunzilog_port *)(PORT))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dminiupnpc.c309 #define PORT 1900 macro
333 "HOST: %s:" XSTR(PORT) "\r\n"
404 p->sin6_port = htons(PORT);
410 p->sin_port = htons(PORT);
568 p->sin6_port = htons(PORT);
575 p->sin_port = htons(PORT);
595 XSTR(PORT), &hints, &servinfo)) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_apps.h150 #define PORT 4433 macro
H A Ds_server.c505 " -accept arg - port to accept on (default is %d)\n", PORT);
1096 short port = PORT;
H A Ds_client.c673 short port = PORT;
2239 BIO_printf(bio_c_out, "LOCAL PORT is %u\n", ntohs(ladd.sin_port));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_apps.h150 #define PORT 4433 macro
H A Ds_server.c505 " -accept arg - port to accept on (default is %d)\n", PORT);
1096 short port = PORT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/include/mach/
H A Dat32ap700x.h143 #define ATMEL_LCDC(PORT, PIN) (ATMEL_LCDC_##PORT##_##PIN)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dcfparse.y152 %token PREFIX PORT PORTANY UL_PROTO ANY
165 %type <num> PREFIX prefix PORT port ike_port
333 PORT EOS
350 | PORT { $$ = $1; }
630 | PORT { $$ = $1; }
H A Dcftoken.l266 return(PORT);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/setkey/
H A Dparse.y104 %token ADDRESS PREFIX PORT PORTANY
116 %type <num> PORT PREFIX EXTENSION MODE
549 | PORT { pp_port = $1; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmddi_toshiba.c48 #define PORT (LCD_CONTROL_BLOCK_BASE|0x0C) macro
525 write_client_reg(PORT , 0x00000004, TRUE);
652 write_client_reg(PORT, 0x00000004, TRUE);
891 write_client_reg(PORT, 0x00000016, TRUE);
914 write_client_reg(PORT, 0x00000004, TRUE);
975 write_client_reg(PORT, 0x00000000, TRUE);
1150 write_client_reg(PORT, 0x00000003, TRUE);
1207 write_client_reg(PORT, 0x00000000, TRUE);
1324 write_client_reg(PORT, 0x00000000, TRUE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dgrammar.y274 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE
451 | PORT { $$ = Q_PORT; }
H A Dscanner.l246 port return PORT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_port.c28 BFA_TRC_FILE(CNA, PORT);
H A Dbfa_fcs_lport.c37 BFA_TRC_FILE(FCS, PORT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dlp486e.c49 the PORT and CA signal, and the interrupt glue needed for a pc.
51 PORT SIZE ACTION MEANING
52 0xCB0 2 WRITE Lower 16 bits for PORT command
53 0xCB2 2 WRITE Upper 16 bits for PORT command, and issue of PORT command
418 PORT(phys_addr a, unsigned int cmd) { function
420 printk("lp486e.c: PORT: address not aligned\n");
478 PORT(0, PORT_RESET); /* address part ignored */
485 PORT(va_to_pa(&lp->scp), PORT_ALTSCP); /* change the scp address */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/radio/
H A Dradio-gemtek.c149 #define BU2614_PORT_MASK MKMASK(PORT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_server.c310 BIO_printf(bio_err," -accept arg - port to accept on (default is %d)\n",PORT);
535 short port=PORT;
H A Ds_client.c258 short port=PORT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dftp.c535 * When we've issue the PORT command, we have told the server to connect to
805 "PORT",
942 PORT, enumerator in enum:__anon935
966 static const char mode[][5] = { "EPRT", "PORT" };
1114 failf(data, "failed to resolve the address provided to PORT: %s", host);
1231 if((PORT == fcmd) && sa->sa_family != AF_INET)
1232 /* PORT is ipv4 only */
1264 /* don't retry using PORT */
1265 ftpc->count1 = PORT;
1272 else if(PORT
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/include/curl/
H A Dcurl.h444 CURLE_FTP_PORT_FAILED, /* 30 - FTP PORT operation failed */
825 CINIT(PORT, LONG, 3),
876 /* Set the FTP PORT string (interface name, named or numerical IP address)
1165 attempted before the good old traditional PORT command. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dsata_nv.c296 #define NV_ADMA_CHECK_INTR(GCTL, PORT) ((GCTL) & (1 << (19 + (12 * (PORT)))))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp2254 static const int PORT = 3000; local
2257 addr.Service(PORT);
2270 wxPrintf(_T("Server: waiting for connection on port %d...\n"), PORT);

Completed in 256 milliseconds

123