Searched refs:tmpstr2 (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptpd/pptpd-1.3.3/
H A Dpptpd.c610 /* char tmpstr2[20]; xxx.xxx.xxx.xxx-xxx (largest we can get) */
611 char tmpstr2[128]; /* allow hostnames */ local
638 strlcpy(tmpstr2, ipstr, sizeof(tmpstr2));
643 strlcpy(tmpstr2, ipstr, sizeof(tmpstr2));
648 syslog(LOG_DEBUG, "MGR: Parsing segment: %s", tmpstr2);
651 if (!isIpRange(tmpstr2)) {
655 if ((tmpstr7 = lookup(tmpstr2)) == NULL) {
656 syslog(LOG_ERR, "MGR: Bad IP address (%s) in config file!", tmpstr2);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pptpd/
H A Dpptpd.c602 /* char tmpstr2[20]; xxx.xxx.xxx.xxx-xxx (largest we can get) */
603 char tmpstr2[128]; /* allow hostnames */ local
630 strlcpy(tmpstr2, ipstr, sizeof(tmpstr2));
635 strlcpy(tmpstr2, ipstr, sizeof(tmpstr2));
640 syslog(LOG_DEBUG, "MGR: Parsing segment: %s", tmpstr2);
643 if (!isIpRange(tmpstr2)) {
647 if ((tmpstr7 = lookup(tmpstr2)) == NULL) {
648 syslog(LOG_ERR, "MGR: Bad IP address (%s) in config file!", tmpstr2);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptpd/pptpd-1.3.3/
H A Dpptpd.c610 /* char tmpstr2[20]; xxx.xxx.xxx.xxx-xxx (largest we can get) */
611 char tmpstr2[128]; /* allow hostnames */ local
638 strlcpy(tmpstr2, ipstr, sizeof(tmpstr2));
643 strlcpy(tmpstr2, ipstr, sizeof(tmpstr2));
648 syslog(LOG_DEBUG, "MGR: Parsing segment: %s", tmpstr2);
651 if (!isIpRange(tmpstr2)) {
655 if ((tmpstr7 = lookup(tmpstr2)) == NULL) {
656 syslog(LOG_ERR, "MGR: Bad IP address (%s) in config file!", tmpstr2);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptpd/pptpd-1.3.3/
H A Dpptpd.c610 /* char tmpstr2[20]; xxx.xxx.xxx.xxx-xxx (largest we can get) */
611 char tmpstr2[128]; /* allow hostnames */ local
638 strlcpy(tmpstr2, ipstr, sizeof(tmpstr2));
643 strlcpy(tmpstr2, ipstr, sizeof(tmpstr2));
648 syslog(LOG_DEBUG, "MGR: Parsing segment: %s", tmpstr2);
651 if (!isIpRange(tmpstr2)) {
655 if ((tmpstr7 = lookup(tmpstr2)) == NULL) {
656 syslog(LOG_ERR, "MGR: Bad IP address (%s) in config file!", tmpstr2);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pptpd/
H A Dpptpd.c602 /* char tmpstr2[20]; xxx.xxx.xxx.xxx-xxx (largest we can get) */
603 char tmpstr2[128]; /* allow hostnames */ local
630 strlcpy(tmpstr2, ipstr, sizeof(tmpstr2));
635 strlcpy(tmpstr2, ipstr, sizeof(tmpstr2));
640 syslog(LOG_DEBUG, "MGR: Parsing segment: %s", tmpstr2);
643 if (!isIpRange(tmpstr2)) {
647 if ((tmpstr7 = lookup(tmpstr2)) == NULL) {
648 syslog(LOG_ERR, "MGR: Bad IP address (%s) in config file!", tmpstr2);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pptpd/
H A Dpptpd.c602 /* char tmpstr2[20]; xxx.xxx.xxx.xxx-xxx (largest we can get) */
603 char tmpstr2[128]; /* allow hostnames */ local
630 strlcpy(tmpstr2, ipstr, sizeof(tmpstr2));
635 strlcpy(tmpstr2, ipstr, sizeof(tmpstr2));
640 syslog(LOG_DEBUG, "MGR: Parsing segment: %s", tmpstr2);
643 if (!isIpRange(tmpstr2)) {
647 if ((tmpstr7 = lookup(tmpstr2)) == NULL) {
648 syslog(LOG_ERR, "MGR: Bad IP address (%s) in config file!", tmpstr2);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/httpd/sysdeps/
H A Dweb-ralink.c845 char tmpstr[128], tmpstr2[256]; local
928 char_to_ascii(tmpstr2, tmpstr);
929 retval += websWrite(wp, "%s%s%s\n", tag1, tmpstr2, tag2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/httpd/sysdeps/
H A Dweb-ralink.c845 char tmpstr[128], tmpstr2[256]; local
928 char_to_ascii(tmpstr2, tmpstr);
929 retval += websWrite(wp, "%s%s%s\n", tag1, tmpstr2, tag2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/httpd/sysdeps/
H A Dweb-ralink.c845 char tmpstr[128], tmpstr2[256]; local
928 char_to_ascii(tmpstr2, tmpstr);
929 retval += websWrite(wp, "%s%s%s\n", tag1, tmpstr2, tag2);

Completed in 218 milliseconds