HomeSort by relevance Sort by last modified time
    Searched refs:dhcp6_raw_t (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
dhcp6.c 116 } dhcp6_raw_t; typedef in typeref:struct:dhcp6_raw_s
125 static dhcp6_raw_t *mymsg;
622 mymsg = (dhcp6_raw_t*)toybuf;
dhcpd.c 172 } 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,
    [all...]

Completed in 53 milliseconds