Lines Matching refs:dhcp6
115 dhcp6_msg_t dhcp6; member
338 if (!check_server_id(mymsg->dhcp6.options, in validate_ids()
339 TT.status - ((char*)&mymsg->dhcp6.options[0] - (char*)mymsg) )) { in validate_ids()
343 if (!check_client_id(mymsg->dhcp6.options, in validate_ids()
344 TT.status - ((char*)&mymsg->dhcp6.options[0] - (char*)mymsg) )) { in validate_ids()
618 !memcmp(mymsg->dhcp6.transaction_id, TT.transction_id, 3)) { in dhcp6_main()
620 if (mymsg->dhcp6.msgtype == DHCP6ADVERTISE ) { in dhcp6_main()
629 TT.request_length = TT.status - ((char*)&mymsg->dhcp6 - (char*)mymsg); in dhcp6_main()
630 memcpy((uint8_t*)&mesg, &mymsg->dhcp6, TT.request_length); in dhcp6_main()
641 if (mymsg->dhcp6.msgtype == DHCP6REPLY) { in dhcp6_main()
648 TT.request_length = TT.status - ((char*)&mymsg->dhcp6 - (char*)mymsg); in dhcp6_main()
649 memcpy((uint8_t*)&mesg, &mymsg->dhcp6, TT.request_length); in dhcp6_main()
650 parse_ia_na(mymsg->dhcp6.options, TT.request_length); in dhcp6_main()