Home | History | Annotate | Download | only in dhcpcd

Lines Matching full:xmalloc

522 		iface->clientid = xmalloc(options->clientid[0] + 1);
527 duid = xmalloc(DUID_LEN);
537 iface->clientid = xmalloc(len + 6);
560 iface->clientid = xmalloc(len + 1);
1546 packet = xmalloc(udp_dhcp_len);