Searched refs:reply_data (Results 1 – 2 of 2) sorted by relevance
5510 char reply_data[65536]; local5511 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, argument5823 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);[all …]
137 uint8_t reply_data[DEFAULT_AUX_MAX_DATA_SIZE]; member