DLSEND_MSG
if (strcmp(msg->dm_mesg, DLSEND_MSG) != 0) {
warnx("Missing expected message (%s)", DLSEND_MSG);
static const char *dlsend_msg = DLSEND_MSG;