Home | History | Annotate | Download | only in src

Lines Matching full:opt_malloc

475 static void *opt_malloc(size_t size)
497 ret = opt_malloc(strlen(cp)+1);
584 struct txt_record *r = opt_malloc(sizeof(struct txt_record));
590 r->txt = opt_malloc(len+1);
668 struct dhcp_opt *new = opt_malloc(sizeof(struct dhcp_opt));
721 new->netid = opt_malloc(sizeof (struct dhcp_netid));
798 new->val = opt_malloc(new->len);
824 new->val = opt_malloc(new->len);
835 new->val = op = opt_malloc((5 * addrs) + 1);
895 newp = opt_malloc(len + strlen(arg) + 2 + header_size);
1047 li = opt_malloc(sizeof(struct list));
1080 path = opt_malloc(strlen(directory) + len + 2);
1165 new = opt_malloc(sizeof(struct resolvc));
1194 new = opt_malloc(sizeof(struct mx_srv_record));
1227 struct hostsfile *new = opt_malloc(sizeof(struct hostsfile));
1301 struct iname *new = opt_malloc(sizeof(struct iname));
1316 struct iname *new = opt_malloc(sizeof(struct iname));
1339 struct bogus_addr *baddr = opt_malloc(sizeof(struct bogus_addr));
1351 struct iname *new = opt_malloc(sizeof(struct iname));
1404 serv = opt_malloc(sizeof(struct server));
1421 newlist = opt_malloc(sizeof(struct server));
1629 struct dhcp_bridge *new = opt_malloc(sizeof(struct dhcp_bridge));
1646 struct dhcp_bridge *b = opt_malloc(sizeof(struct dhcp_bridge));
1661 struct dhcp_context *new = opt_malloc(sizeof(struct dhcp_context));
1691 struct dhcp_netid *tt = opt_malloc(sizeof (struct dhcp_netid));
1802 new = opt_malloc(sizeof(struct dhcp_config));
1836 if ((new->clid = opt_malloc(len)))
1847 if ((new->netid.net = opt_malloc(len)))
1856 struct hwaddr_config *newhw = opt_malloc(sizeof(struct hwaddr_config));
1952 struct dhcp_netid *newid = opt_malloc(sizeof(struct dhcp_netid));
1983 struct dhcp_boot *new = opt_malloc(sizeof(struct dhcp_boot));
1998 struct dhcp_opt *new = opt_malloc(sizeof(struct dhcp_opt));
2006 struct dhcp_netid *nn = opt_malloc(sizeof (struct dhcp_netid));
2021 new->val = opt_malloc(new->len);
2042 struct pxe_service *new = opt_malloc(sizeof(struct pxe_service));
2052 struct dhcp_netid *nn = opt_malloc(sizeof (struct dhcp_netid));
2119 struct dhcp_mac *new = opt_malloc(sizeof(struct dhcp_mac));
2144 struct dhcp_vendor *new = opt_malloc(sizeof(struct dhcp_vendor));
2160 new->data = opt_malloc(new->len);
2166 new->data = opt_malloc(new->len);
2216 struct dhcp_netid_list *new = opt_malloc(sizeof(struct dhcp_netid_list));
2240 struct dhcp_netid *member = opt_malloc(sizeof(struct dhcp_netid));
2260 struct doctor *new = opt_malloc(sizeof(struct doctor));
2303 new = opt_malloc(sizeof(struct interface_name));
2332 new = opt_malloc(sizeof(struct cname));
2354 new = opt_malloc(sizeof(struct ptr_record));
2385 new = opt_malloc(sizeof(struct naptr));
2432 new = opt_malloc(sizeof(struct txt_record));
2439 new->txt = opt_malloc(new->len);
2505 new = opt_malloc(sizeof(struct mx_srv_record));
2782 char *buff = opt_malloc(MAXDNAME);
2788 daemon = opt_malloc(sizeof(struct daemon));
2916 mx = opt_malloc(sizeof(struct mx_srv_record));