Lines Matching defs:dsmp
180 print_server_msg(dhcp_smach_t *dsmp, const char *msg, uint_t msglen)
184 dsmp->dsm_name, msglen, msg);
688 write_lease_to_hostconf(dhcp_smach_t *dsmp)
693 hcfile = ifname_to_hostconf(dsmp->dsm_name, dsmp->dsm_isv6);
694 plp[0] = dsmp->dsm_ack;
695 plp[1] = dsmp->dsm_orig_ack;
696 if (write_hostconf(dsmp->dsm_name, plp, 2,
697 monosec_to_time(dsmp->dsm_curstart_monosec),
698 dsmp->dsm_isv6) != -1) {