Searched refs:ipv6addr (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Drelay6_database.h66 struct IPv6_address *ipv6addr; member in struct:interface
H A Drelay6_socket.c271 struct IPv6_address *ipv6addr; local
320 device->ipv6addr = NULL;
335 ipv6addr = (struct IPv6_address *)
337 if (ipv6addr ==NULL) {
343 ipv6addr->gaddr = strdup(src_addr);
344 ipv6addr->next = NULL;
345 if (device->ipv6addr!= NULL)
346 ipv6addr->next = device->ipv6addr;
348 device->ipv6addr
[all...]
H A Dserver6_token.l75 ipv6addr {addr_head}{addr_body}{addr_tail}
130 {ipv6addr} {
H A Dclient6_token.l99 ipv6addr {addr_head}{addr_body}{addr_tail}
130 <S_ADDR>{ipv6addr} {
H A Drelay6_database.c221 if (inet_pton(AF_INET6, device->ipv6addr->gaddr, &sap.sin6_addr) <= 0) {
427 ipv6a = device->ipv6addr;
528 ipv6a = device->ipv6addr;
H A Dresolv_token.l84 ipv6addr {addr_head}{addr_body}{addr_tail}
127 <S_ADDR>{ipv6addr} {struct in6_addr addr;
H A Dlease_token.l108 ipv6addr {addr_head}{addr_body}{addr_tail}
172 <S_LEASE>{ipv6addr} {
190 <S_LL>{ipv6addr} {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Drelay6_database.h66 struct IPv6_address *ipv6addr; member in struct:interface
H A Drelay6_socket.c271 struct IPv6_address *ipv6addr; local
320 device->ipv6addr = NULL;
335 ipv6addr = (struct IPv6_address *)
337 if (ipv6addr ==NULL) {
343 ipv6addr->gaddr = strdup(src_addr);
344 ipv6addr->next = NULL;
345 if (device->ipv6addr!= NULL)
346 ipv6addr->next = device->ipv6addr;
348 device->ipv6addr
[all...]
H A Dserver6_token.l75 ipv6addr {addr_head}{addr_body}{addr_tail}
130 {ipv6addr} {
H A Dclient6_token.l99 ipv6addr {addr_head}{addr_body}{addr_tail}
130 <S_ADDR>{ipv6addr} {
H A Drelay6_database.c221 if (inet_pton(AF_INET6, device->ipv6addr->gaddr, &sap.sin6_addr) <= 0) {
427 ipv6a = device->ipv6addr;
528 ipv6a = device->ipv6addr;
H A Dresolv_token.l84 ipv6addr {addr_head}{addr_body}{addr_tail}
127 <S_ADDR>{ipv6addr} {struct in6_addr addr;
H A Dlease_token.l108 ipv6addr {addr_head}{addr_body}{addr_tail}
172 <S_LEASE>{ipv6addr} {
190 <S_LL>{ipv6addr} {

Completed in 77 milliseconds