Searched refs:portptr (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_nat_proto_udp.c41 __be16 *portptr, newport; local
54 portptr = &hdr->source;
60 portptr = &hdr->dest;
64 inet_proto_csum_replace2(&hdr->check, skb, *portptr, newport,
69 *portptr = newport;
H A Dnf_nat_proto_common.c44 __be16 *portptr; local
48 portptr = &tuple->src.u.all;
50 portptr = &tuple->dst.u.all;
58 if (ntohs(*portptr) < 1024) {
60 if (ntohs(*portptr) < 512) {
85 *portptr = htons(min + off % range_size);
H A Dnf_nat_proto_dccp.c45 __be16 *portptr, oldport, newport; local
61 portptr = &hdr->dccph_sport;
66 portptr = &hdr->dccph_dport;
69 oldport = *portptr;
70 *portptr = newport;
H A Dnf_nat_proto_tcp.c42 __be16 *portptr, newport, oldport; local
62 portptr = &hdr->source;
68 portptr = &hdr->dest;
71 oldport = *portptr;
72 *portptr = newport;
H A Dnf_nat_proto_udplite.c41 __be16 *portptr, newport; local
54 portptr = &hdr->source;
60 portptr = &hdr->dest;
64 inet_proto_csum_replace2(&hdr->check, skb, *portptr, newport, 0);
68 *portptr = newport;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_proto_udp.c41 __be16 *portptr, newport; local
54 portptr = &hdr->source;
60 portptr = &hdr->dest;
64 inet_proto_csum_replace2(&hdr->check, skb, *portptr, newport,
69 *portptr = newport;
H A Dnf_nat_proto_common.c44 __be16 *portptr; local
48 portptr = &tuple->src.u.all;
50 portptr = &tuple->dst.u.all;
58 if (ntohs(*portptr) < 1024) {
60 if (ntohs(*portptr) < 512) {
85 *portptr = htons(min + off % range_size);
H A Dnf_nat_proto_dccp.c45 __be16 *portptr, oldport, newport; local
61 portptr = &hdr->dccph_sport;
66 portptr = &hdr->dccph_dport;
69 oldport = *portptr;
70 *portptr = newport;
H A Dnf_nat_proto_tcp.c42 __be16 *portptr, newport, oldport; local
62 portptr = &hdr->source;
68 portptr = &hdr->dest;
71 oldport = *portptr;
72 *portptr = newport;
H A Dnf_nat_proto_udplite.c41 __be16 *portptr, newport; local
54 portptr = &hdr->source;
60 portptr = &hdr->dest;
64 inet_proto_csum_replace2(&hdr->check, skb, *portptr, newport, 0);
68 *portptr = newport;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Durl.c4082 char *portptr; local
4156 portptr = proxyptr;
4169 portptr = ptr;
4177 prox_portno = strchr(portptr, ':');
4343 char *portptr; local
4356 portptr = strchr(conn->host.name, ']');
4357 if(portptr) {
4358 *portptr++ = '\0'; /* zero terminate, killing the bracket */
4359 if(':' != *portptr)
4360 portptr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Durl.c4082 char *portptr; local
4156 portptr = proxyptr;
4169 portptr = ptr;
4177 prox_portno = strchr(portptr, ':');
4343 char *portptr; local
4356 portptr = strchr(conn->host.name, ']');
4357 if(portptr) {
4358 *portptr++ = '\0'; /* zero terminate, killing the bracket */
4359 if(':' != *portptr)
4360 portptr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Durl.c4082 char *portptr; local
4156 portptr = proxyptr;
4169 portptr = ptr;
4177 prox_portno = strchr(portptr, ':');
4343 char *portptr; local
4356 portptr = strchr(conn->host.name, ']');
4357 if(portptr) {
4358 *portptr++ = '\0'; /* zero terminate, killing the bracket */
4359 if(':' != *portptr)
4360 portptr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/sh/maple/
H A Dmaple.c406 static int check_maple_device(struct device *device, void *portptr) argument
411 ds = portptr;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/sh/maple/
H A Dmaple.c406 static int check_maple_device(struct device *device, void *portptr) argument
411 ds = portptr;

Completed in 170 milliseconds