Searched defs:dhreply (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_addr.c1473 dhcp_ipc_reply_t *dhreply = NULL; local
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
3679 i_ipadm_op_dhcp(ipadm_addrobj_t addr, dhcp_ipc_type_t type, int *dhcperror, dhcp_ipc_reply_t **dhreply) argument
3755 dhcp_ipc_reply_t *dhreply = NULL; local
[all...]

Completed in 276 milliseconds