Searched refs:nv (Results 1 - 25 of 159) sorted by relevance

1234567

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dupnpreplyparse.c48 struct NameValue * nv; local
49 nv = malloc(sizeof(struct NameValue)+l+1);
50 strcpy(nv->name, "rootElement");
51 memcpy(nv->value, name, l);
52 nv->value[l] = '\0';
53 LIST_INSERT_HEAD(&(data->head), nv, entries);
61 struct NameValue * nv; local
64 nv = malloc(sizeof(struct NameValue)+l+1);
65 strncpy(nv->name, data->curelt, 64);
66 nv
93 struct NameValue * nv; local
105 struct NameValue * nv; local
124 struct NameValue * nv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dupnpreplyparse.c48 struct NameValue * nv; local
49 nv = malloc(sizeof(struct NameValue)+l+1);
50 strcpy(nv->name, "rootElement");
51 memcpy(nv->value, name, l);
52 nv->value[l] = '\0';
53 LIST_INSERT_HEAD(&(data->head), nv, entries);
61 struct NameValue * nv; local
64 nv = malloc(sizeof(struct NameValue)+l+1);
65 strncpy(nv->name, data->curelt, 64);
66 nv
93 struct NameValue * nv; local
105 struct NameValue * nv; local
124 struct NameValue * nv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dupnpreplyparse.c48 struct NameValue * nv; local
49 nv = malloc(sizeof(struct NameValue)+l+1);
50 strcpy(nv->name, "rootElement");
51 memcpy(nv->value, name, l);
52 nv->value[l] = '\0';
53 LIST_INSERT_HEAD(&(data->head), nv, entries);
61 struct NameValue * nv; local
64 nv = malloc(sizeof(struct NameValue)+l+1);
65 strncpy(nv->name, data->curelt, 64);
66 nv
93 struct NameValue * nv; local
105 struct NameValue * nv; local
124 struct NameValue * nv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dupnpreplyparse.c32 struct NameValue * nv; local
42 nv = malloc(sizeof(struct NameValue));
43 if(l>=(int)sizeof(nv->value))
44 l = sizeof(nv->value) - 1;
45 strncpy(nv->name, data->curelt, 64);
46 nv->name[63] = '\0';
49 memcpy(nv->value, data->cdata, l);
50 nv->value[l] = '\0';
54 nv->value[0] = '\0';
56 nv
111 struct NameValue * nv; local
129 struct NameValue * nv; local
173 struct NameValue * nv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/
H A Dupnpreplyparse.c32 struct NameValue * nv; local
42 nv = malloc(sizeof(struct NameValue));
43 if(l>=(int)sizeof(nv->value))
44 l = sizeof(nv->value) - 1;
45 strncpy(nv->name, data->curelt, 64);
46 nv->name[63] = '\0';
49 memcpy(nv->value, data->cdata, l);
50 nv->value[l] = '\0';
54 nv->value[0] = '\0';
56 nv
111 struct NameValue * nv; local
129 struct NameValue * nv; local
173 struct NameValue * nv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dupnpreplyparse.c32 struct NameValue * nv; local
42 nv = malloc(sizeof(struct NameValue));
43 if(l>=(int)sizeof(nv->value))
44 l = sizeof(nv->value) - 1;
45 strncpy(nv->name, data->curelt, 64);
46 nv->name[63] = '\0';
49 memcpy(nv->value, data->cdata, l);
50 nv->value[l] = '\0';
54 nv->value[0] = '\0';
56 nv
111 struct NameValue * nv; local
129 struct NameValue * nv; local
173 struct NameValue * nv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/
H A Dupnpreplyparse.c32 struct NameValue * nv; local
42 nv = malloc(sizeof(struct NameValue));
43 if(l>=(int)sizeof(nv->value))
44 l = sizeof(nv->value) - 1;
45 strncpy(nv->name, data->curelt, 64);
46 nv->name[63] = '\0';
49 memcpy(nv->value, data->cdata, l);
50 nv->value[l] = '\0';
54 nv->value[0] = '\0';
56 nv
111 struct NameValue * nv; local
129 struct NameValue * nv; local
173 struct NameValue * nv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dupnpreplyparse.c32 struct NameValue * nv; local
42 nv = malloc(sizeof(struct NameValue));
43 if(l>=(int)sizeof(nv->value))
44 l = sizeof(nv->value) - 1;
45 strncpy(nv->name, data->curelt, 64);
46 nv->name[63] = '\0';
49 memcpy(nv->value, data->cdata, l);
50 nv->value[l] = '\0';
54 nv->value[0] = '\0';
56 nv
111 struct NameValue * nv; local
129 struct NameValue * nv; local
173 struct NameValue * nv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/
H A Dupnpreplyparse.c32 struct NameValue * nv; local
42 nv = malloc(sizeof(struct NameValue));
43 if(l>=(int)sizeof(nv->value))
44 l = sizeof(nv->value) - 1;
45 strncpy(nv->name, data->curelt, 64);
46 nv->name[63] = '\0';
49 memcpy(nv->value, data->cdata, l);
50 nv->value[l] = '\0';
54 nv->value[0] = '\0';
56 nv
111 struct NameValue * nv; local
129 struct NameValue * nv; local
173 struct NameValue * nv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Dvlan.c64 char *nv, *nvp, *b; local
68 nv = nvp = strdup(nvram_safe_get("subnet_rulelist"));
70 if (nv) {
89 free(nv);
104 char *nv, *nvp, *b; local
108 nv = nvp = strdup(nvram_safe_get("vlan_rulelist"));
110 if (nv) {
121 free(nv);
132 char nv[32];
137 memset(nv,
163 char wl_ifnames[32], nv[32]; local
240 char nv[32]; local
327 char nv[32]; local
448 char nv[32]; local
524 char nv[32]; local
585 char nv[32]; local
666 char nv[32]; local
686 char *nv, *nvp, *b; local
712 char *nv, *nvp, *b; local
769 char *nv, *nvp, *b; local
808 char *nv, *nvp, *b; local
848 char *nv, *nvp, *b; local
873 char *nv, *nvp, *b; local
916 char *nv, *nvp, *b; local
965 char nv[32]; local
1062 char nv[32]; local
1179 char nv[32]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Dvlan.c64 char *nv, *nvp, *b; local
68 nv = nvp = strdup(nvram_safe_get("subnet_rulelist"));
70 if (nv) {
89 free(nv);
104 char *nv, *nvp, *b; local
108 nv = nvp = strdup(nvram_safe_get("vlan_rulelist"));
110 if (nv) {
121 free(nv);
132 char nv[32];
137 memset(nv,
163 char wl_ifnames[32], nv[32]; local
240 char nv[32]; local
327 char nv[32]; local
448 char nv[32]; local
524 char nv[32]; local
585 char nv[32]; local
666 char nv[32]; local
686 char *nv, *nvp, *b; local
712 char *nv, *nvp, *b; local
769 char *nv, *nvp, *b; local
808 char *nv, *nvp, *b; local
848 char *nv, *nvp, *b; local
873 char *nv, *nvp, *b; local
916 char *nv, *nvp, *b; local
965 char nv[32]; local
1062 char nv[32]; local
1179 char nv[32]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Dvlan.c64 char *nv, *nvp, *b; local
68 nv = nvp = strdup(nvram_safe_get("subnet_rulelist"));
70 if (nv) {
89 free(nv);
104 char *nv, *nvp, *b; local
108 nv = nvp = strdup(nvram_safe_get("vlan_rulelist"));
110 if (nv) {
121 free(nv);
132 char nv[32];
137 memset(nv,
163 char wl_ifnames[32], nv[32]; local
240 char nv[32]; local
327 char nv[32]; local
448 char nv[32]; local
524 char nv[32]; local
585 char nv[32]; local
666 char nv[32]; local
686 char *nv, *nvp, *b; local
712 char *nv, *nvp, *b; local
769 char *nv, *nvp, *b; local
808 char *nv, *nvp, *b; local
848 char *nv, *nvp, *b; local
873 char *nv, *nvp, *b; local
916 char *nv, *nvp, *b; local
965 char nv[32]; local
1062 char nv[32]; local
1179 char nv[32]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/volume_id/
H A Dunused_nvidia_raid.c35 struct nvidia_meta *nv; local
44 nv = volume_id_get_buffer(id, off + meta_off, 0x200);
45 if (nv == NULL)
48 if (memcmp(nv->vendor, NVIDIA_SIGNATURE, sizeof(NVIDIA_SIGNATURE)-1) != 0)
52 // snprintf(id->type_version, sizeof(id->type_version)-1, "%u", le16_to_cpu(nv->version));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/volume_id/
H A Dunused_nvidia_raid.c35 struct nvidia_meta *nv; local
44 nv = volume_id_get_buffer(id, off + meta_off, 0x200);
45 if (nv == NULL)
48 if (memcmp(nv->vendor, NVIDIA_SIGNATURE, sizeof(NVIDIA_SIGNATURE)-1) != 0)
52 // snprintf(id->type_version, sizeof(id->type_version)-1, "%u", le16_to_cpu(nv->version));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/volume_id/
H A Dunused_nvidia_raid.c35 struct nvidia_meta *nv; local
44 nv = volume_id_get_buffer(id, off + meta_off, 0x200);
45 if (nv == NULL)
48 if (memcmp(nv->vendor, NVIDIA_SIGNATURE, sizeof(NVIDIA_SIGNATURE)-1) != 0)
52 // snprintf(id->type_version, sizeof(id->type_version)-1, "%u", le16_to_cpu(nv->version));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udev/extras/volume_id/lib/
H A Dnvidia_raid.c42 struct nvidia_meta *nv; local
55 nv = (struct nvidia_meta *) buf;
56 if (memcmp(nv->vendor, NVIDIA_SIGNATURE, sizeof(NVIDIA_SIGNATURE)-1) != 0)
60 snprintf(id->type_version, sizeof(id->type_version)-1, "%u", le16_to_cpu(nv->version));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udev/extras/volume_id/lib/
H A Dnvidia_raid.c42 struct nvidia_meta *nv; local
55 nv = (struct nvidia_meta *) buf;
56 if (memcmp(nv->vendor, NVIDIA_SIGNATURE, sizeof(NVIDIA_SIGNATURE)-1) != 0)
60 snprintf(id->type_version, sizeof(id->type_version)-1, "%u", le16_to_cpu(nv->version));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udev/extras/volume_id/lib/
H A Dnvidia_raid.c42 struct nvidia_meta *nv; local
55 nv = (struct nvidia_meta *) buf;
56 if (memcmp(nv->vendor, NVIDIA_SIGNATURE, sizeof(NVIDIA_SIGNATURE)-1) != 0)
60 snprintf(id->type_version, sizeof(id->type_version)-1, "%u", le16_to_cpu(nv->version));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sambaclient/
H A Dusb.c187 char *nv; local
197 nv = my_malloc(strlen(tmp) + 1);
199 //if(nv==NULL)
201 sprintf(nv, "%s", tmp);
203 nv = strdup(nvram_safe_get("smb_tokenfile"));
210 nv = my_malloc(2);
212 //if(nv==NULL)
214 sprintf(nv, "");
222 //nv = (char *)malloc( file_size * sizeof( char ) );
223 nv
470 char *nv; local
671 char *nv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sambaclient/
H A Dusb.c187 char *nv; local
197 nv = my_malloc(strlen(tmp) + 1);
199 //if(nv==NULL)
201 sprintf(nv, "%s", tmp);
203 nv = strdup(nvram_safe_get("smb_tokenfile"));
210 nv = my_malloc(2);
212 //if(nv==NULL)
214 sprintf(nv, "");
222 //nv = (char *)malloc( file_size * sizeof( char ) );
223 nv
470 char *nv; local
671 char *nv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sambaclient/
H A Dusb.c187 char *nv; local
197 nv = my_malloc(strlen(tmp) + 1);
199 //if(nv==NULL)
201 sprintf(nv, "%s", tmp);
203 nv = strdup(nvram_safe_get("smb_tokenfile"));
210 nv = my_malloc(2);
212 //if(nv==NULL)
214 sprintf(nv, "");
222 //nv = (char *)malloc( file_size * sizeof( char ) );
223 nv
470 char *nv; local
671 char *nv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/httpd/
H A Dopenvpn_options.c337 add_custom(char *nv, char *p[]) argument
339 char *custom = nvram_safe_get(nv);
373 nvram_set(nv, final_custom);
378 nvram_set(nv, param);
629 char nv[32]; local
632 sprintf(nv, "vpn_client%d_custom", unit);
633 nvram_set(nv, "");
634 sprintf(nv, "vpn_client%d_comp", unit);
635 nvram_set(nv, "-1");
636 sprintf(nv, "vpn_clien
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/httpd/
H A Dopenvpn_options.c337 add_custom(char *nv, char *p[]) argument
339 char *custom = nvram_safe_get(nv);
373 nvram_set(nv, final_custom);
378 nvram_set(nv, param);
629 char nv[32]; local
632 sprintf(nv, "vpn_client%d_custom", unit);
633 nvram_set(nv, "");
634 sprintf(nv, "vpn_client%d_comp", unit);
635 nvram_set(nv, "-1");
636 sprintf(nv, "vpn_clien
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/httpd/
H A Dopenvpn_options.c337 add_custom(char *nv, char *p[]) argument
339 char *custom = nvram_safe_get(nv);
373 nvram_set(nv, final_custom);
378 nvram_set(nv, param);
629 char nv[32]; local
632 sprintf(nv, "vpn_client%d_custom", unit);
633 nvram_set(nv, "");
634 sprintf(nv, "vpn_client%d_comp", unit);
635 nvram_set(nv, "-1");
636 sprintf(nv, "vpn_clien
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/netfilter/
H A Dxt_DSCP.c79 u_int8_t orig, nv; local
82 nv = (orig & ~info->tos_mask) ^ info->tos_value;
84 if (orig != nv) {
88 ipv4_change_dsfield(iph, 0, nv);
99 u_int8_t orig, nv; local
102 nv = (orig & info->tos_mask) ^ info->tos_value;
104 if (orig != nv) {
108 ipv6_change_dsfield(iph, 0, nv);

Completed in 209 milliseconds

1234567