Home | History | Annotate | Download | only in pending

Lines Matching refs: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];
286 mesg.msgtype = type;
288 memcpy(mesg.transaction_id, TT.transction_id, 3);
300 sendlength = sendto(TT.sock1, &mesg, sendlength , 0,(struct sockaddr *)&addr6,
332 DUID two = *((DUID*)&mesg.options[4]);
636 memcpy((uint8_t*)&mesg, &mymsg->dhcp6, TT.request_length);
637 parse_ia_na(mesg.options, TT.request_length);
655 memcpy((uint8_t*)&mesg, &mymsg->dhcp6, TT.request_length);