Searched refs:dstip (Results 1 - 13 of 13) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/net/
H A Dnet_ip.c278 uint8_t dstip[IP_ADDR_LEN]; local
340 ebuf_get_bytes(buf,dstip,IP_ADDR_LEN);
353 if ((ip_compareaddr(dstip,ipi->net_info.ip_addr) != 0) &&
354 !(ip_addrisbcast(dstip))) {
371 res = (*(pdisp->cb))(pdisp->ref,buf,dstip,srcip);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Dfirewall.c489 char *filter_conv(char *proto, char *flag, char *srcip, char *srcport, char *dstip, char *dstport) argument
493 _dprintf("filter : %s,%s,%s,%s,%s,%s\n", proto, flag, srcip, srcport, dstip, dstport);
525 if (strcmp(dstip, "")!=0)
527 if (strchr(dstip, '-'))
528 sprintf(newstr, " --dst-range %s", dstip);
530 sprintf(newstr, " -d %s", dstip);
1158 char *proto, *protono, *port, *lport, *dstip, *desc; local
1253 if ((vstrsep(b, ">", &desc, &port, &dstip, &lport, &proto) != 5))
1260 snprintf(dstips, sizeof(dstips), "--to-destination %s:%s", dstip, lport);
1262 snprintf(dstips, sizeof(dstips), "--to %s", dstip);
1378 char *proto, *protono, *port, *lport, *dstip, *desc; local
2118 char *nvp = NULL, *nv = NULL, *b = NULL, *desc = NULL, *port = NULL, *dstip = NULL, *lport = NULL, *proto = NULL; local
2152 char *proto, *flag, *srcip, *srcport, *dstip, *dstport; local
3015 char *proto, *flag, *srcip, *srcport, *dstip, *dstport; local
[all...]
H A Dservices.c3016 char *proto, *port, *lport, *dstip, *desc; local
3126 if ((vstrsep(b, ">", &desc, &port, &dstip, &lport, &proto) != 5))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Dfirewall.c489 char *filter_conv(char *proto, char *flag, char *srcip, char *srcport, char *dstip, char *dstport) argument
493 _dprintf("filter : %s,%s,%s,%s,%s,%s\n", proto, flag, srcip, srcport, dstip, dstport);
525 if (strcmp(dstip, "")!=0)
527 if (strchr(dstip, '-'))
528 sprintf(newstr, " --dst-range %s", dstip);
530 sprintf(newstr, " -d %s", dstip);
1158 char *proto, *protono, *port, *lport, *dstip, *desc; local
1253 if ((vstrsep(b, ">", &desc, &port, &dstip, &lport, &proto) != 5))
1260 snprintf(dstips, sizeof(dstips), "--to-destination %s:%s", dstip, lport);
1262 snprintf(dstips, sizeof(dstips), "--to %s", dstip);
1378 char *proto, *protono, *port, *lport, *dstip, *desc; local
2118 char *nvp = NULL, *nv = NULL, *b = NULL, *desc = NULL, *port = NULL, *dstip = NULL, *lport = NULL, *proto = NULL; local
2152 char *proto, *flag, *srcip, *srcport, *dstip, *dstport; local
3015 char *proto, *flag, *srcip, *srcport, *dstip, *dstport; local
[all...]
H A Dservices.c3016 char *proto, *port, *lport, *dstip, *desc; local
3126 if ((vstrsep(b, ">", &desc, &port, &dstip, &lport, &proto) != 5))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Dfirewall.c489 char *filter_conv(char *proto, char *flag, char *srcip, char *srcport, char *dstip, char *dstport) argument
493 _dprintf("filter : %s,%s,%s,%s,%s,%s\n", proto, flag, srcip, srcport, dstip, dstport);
525 if (strcmp(dstip, "")!=0)
527 if (strchr(dstip, '-'))
528 sprintf(newstr, " --dst-range %s", dstip);
530 sprintf(newstr, " -d %s", dstip);
1158 char *proto, *protono, *port, *lport, *dstip, *desc; local
1253 if ((vstrsep(b, ">", &desc, &port, &dstip, &lport, &proto) != 5))
1260 snprintf(dstips, sizeof(dstips), "--to-destination %s:%s", dstip, lport);
1262 snprintf(dstips, sizeof(dstips), "--to %s", dstip);
1378 char *proto, *protono, *port, *lport, *dstip, *desc; local
2118 char *nvp = NULL, *nv = NULL, *b = NULL, *desc = NULL, *port = NULL, *dstip = NULL, *lport = NULL, *proto = NULL; local
2152 char *proto, *flag, *srcip, *srcport, *dstip, *dstport; local
3015 char *proto, *flag, *srcip, *srcport, *dstip, *dstport; local
[all...]
H A Dservices.c3016 char *proto, *port, *lport, *dstip, *desc; local
3126 if ((vstrsep(b, ">", &desc, &port, &dstip, &lport, &proto) != 5))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/netfilter/
H A Dnfct_get.c213 char *dstip = token + sizeof(DST) - 1; local
216 if (inet_pton(af, dstip, buf)!=1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/netfilter_nft/
H A Dnfct_get.c213 char *dstip = token + sizeof(DST) - 1; local
216 if (inet_pton(af, dstip, buf)!=1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/netfilter/
H A Dnfct_get.c213 char *dstip = token + sizeof(DST) - 1; local
216 if (inet_pton(af, dstip, buf)!=1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/netfilter_nft/
H A Dnfct_get.c213 char *dstip = token + sizeof(DST) - 1; local
216 if (inet_pton(af, dstip, buf)!=1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/netfilter/
H A Dnfct_get.c213 char *dstip = token + sizeof(DST) - 1; local
216 if (inet_pton(af, dstip, buf)!=1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/netfilter_nft/
H A Dnfct_get.c213 char *dstip = token + sizeof(DST) - 1; local
216 if (inet_pton(af, dstip, buf)!=1)

Completed in 287 milliseconds