Home | History | Annotate | Download | only in server

Lines Matching refs:reply_data

5510 	char reply_data[65536];
5511 struct dhcpv6_packet *reply = (struct dhcpv6_packet *)reply_data;
5668 reply_ofs += store_options6(reply_data+reply_ofs,
5669 sizeof(reply_data)-reply_ofs,
5784 char *reply_data,
5823 len = store_options6(reply_data+(*reply_ofs)+16,
5834 putUShort((unsigned char *)reply_data+(*reply_ofs), D6O_IA_NA);
5836 putUShort((unsigned char *)reply_data+(*reply_ofs)+2, len + 12);
5838 memcpy(reply_data+(*reply_ofs)+4, ia_na_id, 4);
5840 putULong((unsigned char *)reply_data+(*reply_ofs)+8, 0);
5841 putULong((unsigned char *)reply_data+(*reply_ofs)+12, 0);
5876 char reply_data[65536];
5877 struct dhcpv6_packet *reply = (struct dhcpv6_packet *)reply_data;
5953 reply_ofs += store_options6(reply_data+reply_ofs,
5954 sizeof(reply_data)-reply_ofs,
6078 packet, reply_data, &reply_ofs,
6079 sizeof(reply_data));
6195 char *reply_data,
6235 len = store_options6(reply_data+(*reply_ofs)+16,
6246 putUShort((unsigned char *)reply_data+(*reply_ofs), D6O_IA_NA);
6248 putUShort((unsigned char *)reply_data+(*reply_ofs)+2, len + 12);
6250 memcpy(reply_data+(*reply_ofs)+4, ia_na_id, 4);
6252 putULong((unsigned char *)reply_data+(*reply_ofs)+8, 0);
6253 putULong((unsigned char *)reply_data+(*reply_ofs)+12, 0);
6288 char *reply_data,
6330 len = store_options6(reply_data+(*reply_ofs)+16,
6341 putUShort((unsigned char *)reply_data+(*reply_ofs), D6O_IA_PD);
6343 putUShort((unsigned char *)reply_data+(*reply_ofs)+2, len + 12);
6345 memcpy(reply_data+(*reply_ofs)+4, ia_pd_id, 4);
6347 putULong((unsigned char *)reply_data+(*reply_ofs)+8, 0);
6348 putULong((unsigned char *)reply_data+(*reply_ofs)+12, 0);
6384 char reply_data[65536];
6405 reply_len = sizeof(reply_data) - reply_ret->len;
6543 packet, reply_data, &reply_ofs,
6570 reply_data, reply_ofs);
6700 static char reply_data[65536];
6840 * Now we can use the reply_data buffer.
6843 reply = (struct dhcpv6_relay_packet *)reply_data;
6979 reply_ofs += store_options6(reply_data + reply_ofs,
6980 sizeof(reply_data) - reply_ofs,
6993 memcpy(reply_ret->buffer->data, reply_data, reply_ofs);
7038 static char reply_data[65536];
7163 * Now we can use the reply_data buffer.
7166 reply = (struct dhcpv6_relay_packet *)reply_data;
7301 reply_ofs += store_options6(reply_data + reply_ofs,
7302 sizeof(reply_data) - reply_ofs,
7315 memcpy(reply_ret->buffer->data, reply_data, reply_ofs);