Lines Matching defs:mesg
126 static dhcp6_msg_t mesg;
186 uint8_t *tmp = &mesg.options[TT.length];
209 uint8_t *tmp = &mesg.options[TT.length];
219 uint8_t *tmp = &mesg.options[TT.length];
229 uint8_t *tmp = &mesg.options[TT.length];
283 mesg.msgtype = type;
285 memcpy(mesg.transaction_id, TT.transction_id, 3);
297 sendlength = sendto(TT.sock1, &mesg, sendlength , 0,(struct sockaddr *)&addr6,
329 DUID two = *((DUID*)&mesg.options[4]);
630 memcpy((uint8_t*)&mesg, &mymsg->dhcp6, TT.request_length);
631 parse_ia_na(mesg.options, TT.request_length);
649 memcpy((uint8_t*)&mesg, &mymsg->dhcp6, TT.request_length);