Home | History | Annotate | Download | only in dhcpctl

Lines Matching defs:oh

111 	dhcpctl_handle oh;
149 memset (&oh, 0, sizeof oh);
153 } else if (oh == NULL) {
156 dhcpctl_remote_object_t *r = (dhcpctl_remote_object_t *)oh;
484 if (oh) {
496 status = dhcpctl_new_object (&oh, connection, val);
525 if (!oh) {
530 omapi_object_dereference (&oh, MDL);
544 if (oh == NULL) {
570 dhcpctl_set_string_value (oh, val, s1);
602 dhcpctl_set_data_value (oh, buf,
607 dhcpctl_set_int_value (oh, atoi (buf), s1);
629 dhcpctl_set_data_value (oh, buf,
652 if (!oh) {
675 dhcpctl_set_null_value (oh, s1);
695 if (!oh) {
706 status = dhcpctl_open_object (oh, connection, i);
709 (oh, &waitstatus);
734 if (!oh) {
740 status = dhcpctl_object_update(connection, oh);
743 (oh, &waitstatus);
767 if (!oh) {
772 status = dhcpctl_object_remove(connection, oh);
775 (oh, &waitstatus);
783 omapi_object_dereference (&oh, MDL);
799 if (!oh) {
804 status = dhcpctl_object_refresh(connection, oh);
807 (oh, &waitstatus);