Home | History | Annotate | Download | only in dhcpcd

Lines Matching full:sizeof

131 	dhcp = malloc(sizeof(*dhcp));
132 memset(dhcp, 0, sizeof(*dhcp));
133 bytes = read(fd, dhcp, sizeof(*dhcp));
165 sz = sizeof(uint32_t);
167 sz = sizeof(uint16_t);
169 sz = sizeof(uint8_t);
191 const uint8_t *e = p + sizeof(dhcp->options);
204 dhcp_opt_buffer = malloc(sizeof(struct dhcp_message));
224 e = p + sizeof(dhcp->bootfile);
229 e = p + sizeof(dhcp->servername);
267 memcpy(a, p, sizeof(*a));
329 lease = malloc(sizeof(*lease));