Searched refs:ports (Results 51 - 75 of 131) sorted by relevance

123456

/asus-wl-520gu-7.0.1.45/src/router/netconf/
H A Dnetconf_linux.c232 /* Match ports stored in host order for some stupid reason */
234 fw->match.src.ports[0] = htons(tcp->spts[0]);
235 fw->match.src.ports[1] = htons(tcp->spts[1]);
236 fw->match.dst.ports[0] = htons(tcp->dpts[0]);
237 fw->match.dst.ports[1] = htons(tcp->dpts[1]);
256 /* Match ports stored in host order for some stupid reason */
258 fw->match.src.ports[0] = htons(udp->spts[0]);
259 fw->match.src.ports[1] = htons(udp->spts[1]);
260 fw->match.dst.ports[0] = htons(udp->dpts[0]);
261 fw->match.dst.ports[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dfirewall_ex_noipt.c843 app->match.dst.ports[0] = htons(out_start);
844 app->match.dst.ports[1] = htons(out_end);
869 app->match.src.ports[1] = htons(0xffff);
1176 app->match.dst.ports[0] = htons(out_start);
1177 app->match.dst.ports[1] = htons(out_end);
1202 app->match.src.ports[1] = htons(0xffff);
1271 app->match.dst.ports[0] = htons(out_start);
1272 app->match.dst.ports[1] = htons(out_end);
1297 app->match.src.ports[1] = htons(0xffff);
1340 nat->match.dst.ports[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dfirewall_ex_noipt.c843 app->match.dst.ports[0] = htons(out_start);
844 app->match.dst.ports[1] = htons(out_end);
869 app->match.src.ports[1] = htons(0xffff);
1176 app->match.dst.ports[0] = htons(out_start);
1177 app->match.dst.ports[1] = htons(out_end);
1202 app->match.src.ports[1] = htons(0xffff);
1271 app->match.dst.ports[0] = htons(out_start);
1272 app->match.dst.ports[1] = htons(out_end);
1297 app->match.src.ports[1] = htons(0xffff);
1340 nat->match.dst.ports[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dpsi240i.c88 USHORT ports[13]; member in struct:__anon2526
120 USHORT *pports = padapter->ports;
147 USHORT *pports = padapter->ports;
154 status = inb_p (padapter->ports[PORT_STAT_CMD]);
228 error = inb_p (padapter->ports[PORT_ERROR]);
271 pports = padapter->ports;
281 status = inb_p (padapter->ports[PORT_STAT_CMD]); // read the device status
574 for ( board = 0; board < 6; board++ ) // scan for I/O ports
619 HOSTDATA(pshost)->ports[z] = port + z;
620 HOSTDATA(pshost)->ports[1
[all...]
H A DNCR53c406a.c227 static unsigned short ports[] = variable
229 #define PORT_COUNT (sizeof( ports ) / sizeof( unsigned short ))
487 if (!request_region(port_base, 0x10, "NCR53c406a")) /* ports already snatched */
497 if(!request_region(ports[i], 0x10, "NCR53c406a")){
498 DEB(printk("NCR53c406a: port %x in use\n", ports[i]));
501 VDEB(printk("NCR53c406a: port %x available\n", ports[i]));
502 outb(C5_IMG, ports[i] + 0x0d); /* reg set 1 */
503 if( (inb(ports[i] + 0x0e) ^ inb(ports[i] + 0x0e)) == 7
504 && (inb(ports[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Distallion.h41 * for our ports. These will be dynamically allocated as required at
129 stliport_t *ports[STL_MAXPORTS]; member in struct:stlibrd
H A Dstallion.h42 * for our ports. These will be dynamically allocated as required.
123 stlport_t *ports[STL_PORTSPERPANEL]; member in struct:stlpanel
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dflow.h37 } ports; member in union:flowi::__anon11676
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Distallion.h41 * for our ports. These will be dynamically allocated as required at
129 stliport_t *ports[STL_MAXPORTS]; member in struct:stlibrd
H A Dstallion.h42 * for our ports. These will be dynamically allocated as required.
123 stlport_t *ports[STL_PORTSPERPANEL]; member in struct:stlpanel
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dflow.h37 } ports; member in union:flowi::__anon7270
/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Dnetconf.h55 uint16 ports[2]; /* Match by TCP/UDP port range */ member in struct:_netconf_match_t::__anon12489
148 uint16 ports[2]; /* Port(s) to map packet to (network order) */ member in struct:_netconf_nat_t
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Dnetconf.h53 uint16 ports[2]; /* Match by TCP/UDP port range */ member in struct:_netconf_match_t::__anon12504
128 uint16 ports[2]; /* Port(s) to map packet to (network order) */ member in struct:_netconf_nat_t
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Detc_adm.c260 /* Vlan ports bitmap */
292 char port[] = "XXXX", *next, *ports, *cur; local
304 ports = getvar(adm->vars, vlanports);
307 if (!ports)
315 for (cur = ports; cur; cur = next) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dipt_multiport.c1 /* Kernel module to match one of a list of TCP/UDP ports: ports are in
45 /* Must be big enough to read ports. */
57 && ports_match(multiinfo->ports,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dipt_multiport.c1 /* Kernel module to match one of a list of TCP/UDP ports: ports are in
45 /* Must be big enough to read ports. */
57 && ports_match(multiinfo->ports,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dip6_fw.c178 sport = args->fl_u.fl_o.flow->uli_u.ports.sport;
179 dport = args->fl_u.fl_o.flow->uli_u.ports.dport;
185 port_match(args->fl_u.fl_o.flow->uli_u.ports.sport, sport) &&
186 port_match(args->fl_u.fl_o.flow->uli_u.ports.dport, dport)) {
H A Dtcp_ipv6.c293 __u32 ports = TCP_COMBINED_PORTS(sport, hnum); local
304 if(TCP_IPV6_MATCH(sk, saddr, daddr, ports, dif))
309 if(*((__u32 *)&(sk->dport)) == ports &&
423 u32 ports = TCP_COMBINED_PORTS(sk->dport, sk->num); local
434 if(*((__u32 *)&(sk2->dport)) == ports &&
457 if(TCP_IPV6_MATCH(sk, saddr, daddr, ports, dif))
635 fl.uli_u.ports.dport = usin->sin6_port;
636 fl.uli_u.ports.sport = sk->sport;
758 fl.uli_u.ports.dport = sk->dport;
759 fl.uli_u.ports
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/netfilter/
H A Dip6t_multiport.c1 /* Kernel module to match one of a list of TCP/UDP ports: ports are in
46 /* Must be big enough to read ports. */
58 && ports_match(multiinfo->ports,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dfarsync.c43 /* Number of ports (per card) supported
286 u32 numberOfPorts; /* Number of ports detected at startup */
364 unsigned int nports; /* Number of serial ports */
370 struct fst_port_info ports[ FST_MAX_PORTS ]; member in struct:fst_card_info
837 port = &card->ports[event & 0x03];
891 for ( pi = 0, port = card->ports ; pi < card->nports ; pi++, port++ )
958 /* Finally check the number of ports reported by firmware against the
1563 /* We're working on a number of ports based on the card ID. If the
1569 card->ports[i].if_ptr = &card->ports[
[all...]
H A Dn2.c114 port_t ports[2]; member in struct:card_s
132 #define get_port(card, port) ((card)->ports[port].valid ? \
133 &(card)->ports[port] : NULL)
348 if (card->ports[cnt].card)
349 unregister_hdlc_device(&card->ports[cnt].hdlc);
450 /* 4 rings required for 2 ports, 2 rings for one port */
467 port_t *port = &card->ports[cnt];
522 long valid[2] = { 0, 0 }; /* Default = both ports disabled */
590 MODULE_PARM(hw, "s"); /* hw=io,irq,ram,ports:io,irq,... */
/asus-wl-520gu-7.0.1.45/src/router/bridge/libbridge/
H A Dlibbridge.h70 struct port *ports[256]; member in struct:bridge
H A Dlibbridge_init.c139 br->ports[i] = p;
150 free(br->ports[i]);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dali14xx.c59 static int ports[ALI_NUM_PORTS] __initdata = {0x074, 0x0f4, 0x034, 0x0e4};
163 basePort = ports[i];
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Desp.c72 #define NR_PORTS 64 /* maximum number of ports */
73 #define NR_PRIMARY 8 /* maximum number of primary ports */
144 static struct esp_struct *ports; variable in typeref:struct:esp_struct
172 * buffer across all the serial ports, since it significantly saves
173 * memory if large numbers of serial ports are open.
1052 struct esp_struct *current_port = ports;
1542 current_async = ports;
1576 current_async = ports;
1657 current_async = ports;
1674 /* all ports mus
[all...]

Completed in 602 milliseconds

123456