Home
last modified time | relevance | path

Searched refs:request_length (Results 1 – 2 of 2) sorted by relevance

/third_party/toybox/toys/pending/
Ddhcp6.c49 int length, state, request_length, sock, sock1, status, retval, retries;
295 sendlength = TT.request_length; in send_msg()
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()
631 parse_ia_na(mesg.options, TT.request_length); 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()
/third_party/toybox/generated/
Dglobals.h585 int length, state, request_length, sock, sock1, status, retval, retries; member