Lines Matching defs:dhreply
1473 dhcp_ipc_reply_t *dhreply = NULL;
1503 &dhreply);
1506 free(dhreply);
1510 dhstatus = dhcp_ipc_get_data(dhreply, &reply_size, NULL);
1513 free(dhreply);
1517 free(dhreply);
3673 * dhcp reply ipc structure in `dhreply', which should be freed by the caller.
3680 dhcp_ipc_reply_t **dhreply)
3721 if (error == 0 && (type & DHCP_STATUS) && dhreply != NULL)
3722 *dhreply = reply;
3755 dhcp_ipc_reply_t *dhreply = NULL;
3770 status = i_ipadm_op_dhcp(addr, DHCP_STATUS, &dherror, &dhreply);
3776 dhstatus = dhcp_ipc_get_data(dhreply, &reply_size, NULL);
3927 free(dhreply);