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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Ddhcp6r.h40 #define INET6_LEN 16 macro
H A Drelay6_database.c213 memcpy(pointer, &sap.sin6_addr, INET6_LEN);
214 pointer += INET6_LEN;
226 memcpy(pointer, &sap.sin6_addr, INET6_LEN);
227 pointer += INET6_LEN;
239 memcpy(pointer, &sap.sin6_addr, INET6_LEN);
240 pointer += INET6_LEN;
322 if (( ((int) msg->buffer) - ((int) (pointer - pstart)) ) < (2*INET6_LEN) ) {
324 "INET6_LEN, DROPING... \n");
331 memcpy(&sap.sin6_addr, pointer, INET6_LEN);
332 pointer += INET6_LEN;
[all...]

Completed in 85 milliseconds