Searched refs:dhcp_ipc_timed_read (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c74 static int dhcp_ipc_timed_read(int, void *, unsigned int, int *);
193 retval = dhcp_ipc_timed_read(fd, &length, sizeof (uint32_t), &msec);
204 retval = dhcp_ipc_timed_read(fd, *msg, length, &msec);
962 * dhcp_ipc_timed_read(): reads from a descriptor using a maximum timeout
973 dhcp_ipc_timed_read(int fd, void *buffer, unsigned int length, int *msec) function

Completed in 58 milliseconds