Searched refs:dhcp6_raw_t (Results 1 - 2 of 2) sorted by relevance

/external/toybox/toys/pending/
H A Ddhcp6.c116 } dhcp6_raw_t; typedef in typeref:struct:dhcp6_raw_s
125 static dhcp6_raw_t *mymsg;
622 mymsg = (dhcp6_raw_t*)toybuf;
H A Ddhcpd.c172 } dhcp6_raw_t; typedef in typeref:struct:dhcp6_raw_s
857 dhcp6_raw_t packet;
861 memset(&packet, 0, sizeof(dhcp6_raw_t));
886 packet.udph.len = htons(sizeof(dhcp6_raw_t) - sizeof(struct ip6_hdr) - padding);
888 packet.udph.check = dhcp_checksum(&packet, sizeof(dhcp6_raw_t) - padding);
894 result = sendto(fd, &packet, sizeof(dhcp6_raw_t)-padding,

Completed in 31 milliseconds