Lines Matching refs:mesg
126 static dhcp6_msg_t mesg; variable
186 uint8_t *tmp = &mesg.options[TT.length]; in fill_clientID()
209 uint8_t *tmp = &mesg.options[TT.length]; in fill_optionRequest()
219 uint8_t *tmp = &mesg.options[TT.length]; in fill_elapsedTime()
229 uint8_t *tmp = &mesg.options[TT.length]; in fill_iaid()
286 mesg.msgtype = type; in send_msg()
288 memcpy(mesg.transaction_id, TT.transction_id, 3); in send_msg()
300 sendlength = sendto(TT.sock1, &mesg, sendlength , 0,(struct sockaddr *)&addr6, in send_msg()
332 DUID two = *((DUID*)&mesg.options[4]); in check_client_id()
636 memcpy((uint8_t*)&mesg, &mymsg->dhcp6, TT.request_length); in dhcp6_main()
637 parse_ia_na(mesg.options, TT.request_length); in dhcp6_main()
655 memcpy((uint8_t*)&mesg, &mymsg->dhcp6, TT.request_length); in dhcp6_main()