Searched refs:udpp (Results 1 – 1 of 1) sorted by relevance
1594 struct udp_dhcp_packet *udpp; in dhcp_makeudppacket() local1598 udpp = calloc(1, sizeof(*udpp)); in dhcp_makeudppacket()1599 if (udpp == NULL) in dhcp_makeudppacket()1601 ip = &udpp->ip; in dhcp_makeudppacket()1602 udp = &udpp->udp; in dhcp_makeudppacket()1613 memcpy(&udpp->dhcp, data, length); in dhcp_makeudppacket()1626 udp->uh_sum = checksum(udpp, sizeof(*udpp)); in dhcp_makeudppacket()1636 return udpp; in dhcp_makeudppacket()