Searched refs:ipv6a (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Drelay6_database.c296 struct IPv6_address *ipv6a; local
427 ipv6a = device->ipv6addr;
429 while(ipv6a!= NULL) {
430 if (strcmp(s, ipv6a->gaddr) == 0) {
435 ipv6a = ipv6a->next;
528 ipv6a = device->ipv6addr;
530 while(ipv6a != NULL) {
531 if (strcmp(s, ipv6a->gaddr) == 0) {
536 ipv6a
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/
H A Dconfigure30558 unsigned char ipv6a[26];
30581 memset(ipv6a, 0, sizeof(ipv6a));
30582 ipv6a[0] = 0xfe;
30583 ipv6a[1] = 0x80;
30584 ipv6a[8] = 0x02;
30585 ipv6a[9] = 0x14;
30586 ipv6a[10] = 0x4f;
30587 ipv6a[11] = 0xff;
30588 ipv6a[1
[all...]

Completed in 294 milliseconds