Home | History | Annotate | Download | only in dhcpcd

Lines Matching full:xmalloc

648 	packet = xmalloc(udp_dhcp_len);
787 iface->clientid = xmalloc(ifo->clientid[0] + 1);
791 duid = xmalloc(DUID_LEN);
796 iface->clientid = xmalloc(len + 6);
811 iface->clientid = xmalloc(len + 1);
1624 tmp = p = xmalloc(len + 1);
1840 pidfile = xmalloc(len);