dhcp_ipc_timed_read
retval = dhcp_ipc_timed_read(fd, &length, sizeof (uint32_t), &msec);
retval = dhcp_ipc_timed_read(fd, *msg, length, &msec);
static int dhcp_ipc_timed_read(int, void *, unsigned int, int *);