Searched refs:ports (Results 76 - 100 of 131) sorted by relevance

123456

/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dbroadcom.c851 if (ntohs(nat_list[i].match.dst.ports[0])==0)
857 if (nat_list[i].match.dst.ports[0] == nat_list[i].match.dst.ports[1])
859 if (ntohs(nat_list[i].match.dst.ports[0])==0)
862 sprintf(line, "%s %-11d", line, ntohs(nat_list[i].match.dst.ports[0]));
866 sprintf(tstr, "%d:%d", ntohs(nat_list[i].match.dst.ports[0]),
867 ntohs(nat_list[i].match.dst.ports[1]));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dsx.h44 struct sx_port *ports; member in struct:sx_board
H A Dip2main.c1083 printk(KERN_INFO "IP2: EX box=%d ports=%d %d bit\n",
3387 int ports = 0; local
3405 len += sprintf( page+len, "Board %d: EX ports=", i );
3408 ports = 0;
3414 ++ports;
3417 len += sprintf( page+len, "%d,", ports );
3418 tports += ports;
3427 len += sprintf(page+len, "Board %d: ISA-4 ports=4 boxes=1", i );
3428 tports = ports = 4;
3432 len += sprintf(page+len, "Board %d: ISA-8-std ports
[all...]
H A Dmoxa.c986 int i, ports; local
999 if ((ports = MoxaPortsOfCard(card)) <= 0)
1002 for (i = 0; i < ports; i++, ch++) {
1293 #define C218_TestRx (C218_ConfBase + 0x10) /* 8 bytes for 8 ports */
1294 #define C218_TestTx (C218_ConfBase + 0x18) /* 8 bytes for 8 ports */
1295 #define C218_RXerr (C218_ConfBase + 0x20) /* 8 bytes for 8 ports */
1296 #define C218_ErrFlag (C218_ConfBase + 0x28) /* 8 bytes for 8 ports */
1800 int port, p, ports; local
1805 if ((ports = moxa_boards[card].numPorts) == 0)
1810 ports <<
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A DLPRng.pm634 my ($low_port, $high_port, $ports, $t, $euid ) if $Debug>0;
635 $ports = $Init_hash{'originate_port'};
636 if( $ports ){
637 ($low_port, $high_port) = split( /[\s,;]+/, $ports );
H A DLPRng.pm.in634 my ($low_port, $high_port, $ports, $t, $euid ) if $Debug>0;
635 $ports = $Init_hash{'originate_port'};
636 if( $ports ){
637 ($low_port, $high_port) = split( /[\s,;]+/, $ports );
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dbigpond.c140 filter.match.dst.ports[0] = htons(atoi("5050"));
H A Dcommon_ex.c1006 char ports[32]; local
1008 sprintf(ports, "ports=21,%d", atoi(nvram_get("usb_ftpport_x")));
1009 eval("insmod", "ip_conntrack_ftp.o", ports);
1010 eval("insmod", "ip_nat_ftp.o", ports);
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dbigpond.c140 filter.match.dst.ports[0] = htons(atoi("5050"));
H A Dcommon_ex.c1001 char ports[32]; local
1003 sprintf(ports, "ports=21,%d", atoi(nvram_get("usb_ftpport_x")));
1004 eval("insmod", "ip_conntrack_ftp.o", ports);
1005 eval("insmod", "ip_nat_ftp.o", ports);
/asus-wl-520gu-7.0.1.45/src/router/LPRng/DISTRIBUTIONS/FreeBSD-4.ports.sysutils.LPRng/
H A DMakefile.build134 md5 /usr/ports/distfiles/$${file}; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dehci-hcd.c643 int ports; local
648 ports = HCS_N_PORTS (ehci->hcs_params);
653 // pci config register PORTWAKECAP controls which ports can do it;
657 for (i = 0; i < ports; i++) {
682 int ports; local
687 ports = HCS_N_PORTS (ehci->hcs_params);
699 for (i = 0; i < ports; i++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/parport/
H A Dshare.c156 * to receive notifications about ports being found in the
157 * system, as well as ports no longer available.
179 struct parport **ports; local
191 * list of ports.. */
198 ports = kmalloc (sizeof (struct parport *) * count, GFP_KERNEL);
199 if (!ports)
205 ports[i++] = port;
209 drv->attach (ports[count]);
211 kfree (ports);
327 * parport_enumerate - return a list of the system's parallel ports
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dimm.c123 int ports; local
194 ports = 3;
197 ports = 3;
202 ports = 8;
214 hreg->n_io_port = ports;
H A Dppa.c114 int ports; local
192 ports = 3;
195 ports = 3;
200 ports = 8;
212 hreg->n_io_port = ports;
596 * I've tried several different kinds of parallel ports with guest and
H A Dfdomain.c443 static unsigned short ports[] = { 0x140, 0x150, 0x160, 0x170 }; variable
444 #define PORT_COUNT (sizeof( ports ) / sizeof( unsigned short ))
660 bios_base matches these ports. If someone was unlucky enough to have
747 if (base == ports[i])
772 Do not, however, check ports which the kernel knows are being used by
776 base = ports[i];
1008 /* Log I/O ports with kernel */
1881 The table at 0x1fcc are I/O ports addresses for the various
H A Daha152x.c696 static unsigned short ports[] = { 0x340, 0x140 }; variable
715 harmful probes on ports. I'm not sure that all listed boards pass
928 for (i = 0; i < ARRAY_SIZE(ports) && (setup->io_port != ports[i]); i++)
931 if (i == ARRAY_SIZE(ports))
1200 for (i = 0; i < ARRAY_SIZE(ports) && setup_count < 2; i++) {
1201 if ((setup_count == 1) && (setup[0].io_port == ports[i]))
1204 if (aha152x_porttest(ports[i])) {
1206 setup[setup_count].io_port = ports[i];
1210 (GETPORT(ports[
[all...]
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dbcmrobo.c707 /* Disable unused ports: port 6 and 7 */
747 #define FLAG_TAGGED 't' /* output tagged (external ports only) */
856 char port[] = "XXXX", *ports, *next, *cur; local
865 /* get vlan member ports from nvram */
867 ports = getvar(robo->vars, vlanports);
871 if (ports)
877 if (!ports)
884 for (cur = ports; cur; cur = next) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Ddepca.c1396 s32 ports[] = DEPCA_IO_PORTS;
1408 ports[i] = ioaddr;
1412 for (; (i < maxSlots) && (dev != NULL) && ports[i]; i++) {
1413 if (check_region(ports[i], DEPCA_TOTAL_SIZE) == 0) {
1414 if (DevicePresent(ports[i]) == 0) {
1415 if ((dev = alloc_device(dev, ports[i])) != NULL) {
1416 if (depca_hw_init(dev, ports[i], -1) == 0) {
1423 printk("%s: region already allocated at 0x%04x.\n", dev->name, ports[i]);
1395 s32 ports[] = DEPCA_IO_PORTS; local
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/boot/compressed/
H A Dhead.S37 ;; Initiate the PA and PB ports
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dudp.c318 fl.uli_u.ports.dport = sk->dport;
319 fl.uli_u.ports.sport = sk->sport;
884 fl.uli_u.ports.dport = udh.uh.dest;
885 fl.uli_u.ports.sport = udh.uh.source;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Disicom.h137 struct isi_port * ports; member in struct:isi_board
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Disicom.h137 struct isi_port * ports; member in struct:isi_board
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Dbroadcom.c1290 snprintf(port, sizeof(port), "%d", ntohs(start.match.dst.ports[0]));
1297 snprintf(port, sizeof(port), "%d", ntohs(start.match.dst.ports[1]));
1390 snprintf(port, sizeof(port), "%d", ntohs(nat.match.dst.ports[0]));
1397 snprintf(port, sizeof(port), "%d", ntohs(nat.match.dst.ports[1]));
1411 snprintf(port, sizeof(port), "%d", ntohs(nat.ports[0]));
1418 snprintf(port, sizeof(port), "%d", ntohs(nat.ports[1]));
1468 snprintf(port, sizeof(port), "%d", ntohs(app.match.dst.ports[0]));
1475 snprintf(port, sizeof(port), "%d", ntohs(app.match.dst.ports[1]));
2247 start.match.dst.ports[0] = htons(atoi(to_start));
2248 start.match.dst.ports[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/
H A Dsmt.c1083 int ports ; local
1086 ports = NUMPHYS ;
1089 ports = 1 ;
1093 SIZEOF_SMT_SIF_OPERATION+ports*sizeof(struct smt_p_lem))))
1106 if (ports == 1) {
1110 for (i = 0 ; i < ports ; i++) {

Completed in 387 milliseconds

123456