Searched refs:xzalloc (Results 1 – 9 of 9) sorted by relevance
91 buffer = xzalloc(sizeof(char) * BUFFERLEN); in get_netlink()289 nlm = xzalloc(sizeof(*nlm)); in if_address()334 nlm = xzalloc(sizeof(*nlm)); in if_route()
84 void *xzalloc(size_t);
521 rt->next = xzalloc(sizeof(*rt)); in decode_rfc3442_rt()524 routes = rt = xzalloc(sizeof(*routes)); in decode_rfc3442_rt()705 route->next = xzalloc(sizeof(*route)); in get_option_routes()708 routes = route = xzalloc(sizeof(*route)); in get_option_routes()759 dhcp = xzalloc(sizeof (*dhcp)); in make_message()
293 xzalloc(size_t s) in xzalloc() function
428 iface = xzalloc(sizeof(*iface)); in read_interface()583 udpp = xzalloc(sizeof(*udpp)); in make_udp_packet()
328 dhcp = xzalloc(sizeof(*dhcp)); in ipv4ll_get_dhcp()499 state->offer = xzalloc(sizeof(*state->offer)); in client_setup()1764 state = xzalloc(sizeof(*state)); in dhcp_run()
652 options = xzalloc(sizeof(*options)); in main()
50 void *xzalloc (size_t s);
203 xzalloc (size_t s) in xzalloc() function