Lines Matching refs:xmalloc
269 dhcp_opt_buffer = xmalloc(sizeof(struct dhcp_message)); in get_option()
568 sip = xmalloc(l); in decode_rfc3361()
579 sip = p = xmalloc(l); in decode_rfc3361()
614 s = xmalloc(sizeof(char) * type); in get_option_string()
622 s = xmalloc(sizeof(char) * (len + 1)); in get_option_string()
686 route->next = xmalloc(sizeof(*route)); in get_option_routes()
689 routes = route = xmalloc(sizeof(*routes)); in get_option_routes()
987 dhcp = xmalloc(sizeof(*dhcp)); in read_lease()
1071 tmp = xmalloc(l); in print_option()
1158 **e = xmalloc(len); in setvar()
1244 v = val = *ep++ = xmalloc(e); in configure_env()